@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* color: #262626; */
}

@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}

@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
.bg_f6f6f6 {
    background: #f6f6f6;
}
body {
    font: 0.16rem/1.5  'Microsoft YaHei', 'Tahoma','Arial', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #262626;
}
a{color: #262626;}
  .wap_show {
    display:  none;
}

.web_show {
    display: block;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 13rem;margin:0 auto;width: 90%;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #bf1622;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.58rem;
    height: 0.58rem;
    background: url(../images/hjt.png) center center no-repeat;
    font-size: 0;
    background-size: 0.09rem;
    transition: all 0.3s;
    z-index: 999;
    transform: rotate(180deg);
    border: 1px solid #bf1622;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
    transform: rotate(0deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: url(../images/bjt.png) center center no-repeat #bf1622;
    background-size: 0.09rem;
}
.swiper-button-next:hover{
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0090d6;
    border-radius: 50px;
}

.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal {
    background: #ddd;
    height: 0.08rem;
    border-radius: 50px;
    overflow: hidden;
}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #da261e;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
/**clear_end**/
.videolist {position:relative;/* float:left; *//* width:500px; *//* height:300px; *//* margin-right:50px; *//* margin-top:15px; *//* margin-bottom:30px; */}
.videolist:hover{ cursor: pointer; }


.videos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}

.video_mainbig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos .vclose {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.4rem  auto 0;
    background: url(../images/close.png) center;
    background-size: cover;
    transition: all 0.5s;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.video_mainbig .video_mm {
    max-width: 80%;
}

.video_mainbig .video_mm video {
    width: 100%;
}



.load_video {
    background: #e3e1e3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_video video {
    width: 100%;
    height: 100%;
}

.loadding {
  /* overflow-y: hidden; */
}
.loadding .load {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.loadding .header,
.loadding .banner {
  opacity: 0;
}
.loadding.on {
  overflow-y: auto;
}
.loadding.on .load {
  z-index: -1;
}
.loadding.on .header,
.loadding.on .banner {
  opacity: 1;
}
.load {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
}
.load video {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****/
.nav_part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9993;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 16rem; */
    /* width: 100%; */
    /* padding: 0 0.2rem; */
    position: relative;
    width: 90%;
    /* color: #fff; */
    z-index: 1;
}
.nav_logo {
    display: flex;
    align-items: center;
    color: #fff;
}
.nav_logo .di{
}
.nav_logo img {
    height: 0.6rem;
}
.nav_logo .tel {
    line-height: 0.25rem;
}

.nav_logo .tel span {
    font-size: 0.14rem;
    display: block;
}

.nav_logo .tel em {
    font-family: Akrobat;
    font-size: 0.28rem;
}
.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
    display: none;
}

.top_nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top_nav .nav_main {
    display: flex;
    align-items: center;
}

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.top_nav .nav_main ul li {
    position: relative;
    text-align: center;
    text-align: left;
}

.top_nav .nav_main ul li .one_level {
    line-height: 0.4rem;
    color: #fff;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 1rem; */
    overflow: hidden;
    /* font-weight: bold; */
    font-size: 0.18rem;
    position: relative;
}
.top_nav .nav_main ul li .one_level a{/* color: #fff; */}
.top_nav .nav_main ul li:hover .one_level a{color: #bf1622;}
.top_nav .nav_main ul li .one_level .irow {
    display: block;
    width: 0rem;
    height: 0.02rem;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    background: #bf1622;
    transform: translate(-50%, 0px);
    transition: all 0.3s;
}
.top_nav .nav_main ul li:hover .one_level .irow{width: 0.2rem;}
.top_nav .nav_main ul li .one_level h3 {
    font-weight: bold;
}
.nav_part.fixd .top_nav .nav_main ul li .one_level a, .nav_part:hover .top_nav .nav_main ul li .one_level a, .nav_part.guding .top_nav .nav_main ul li .one_level a, .nav_part.fixd .tel_lang .lang a, .nav_part.fixd .tel_lang .tel,.nav_part:hover .tel_lang .lang a, .nav_part:hover .tel_lang .tel {
    color: #262626;
}

.top_nav .nav_main ul li:hover a {
    color: #bf1622;
}
.top_nav .nav_main .link_a {}
.nav_part.fixd .top_nav .nav_main ul li:hover .one_level a, .nav_part:hover .top_nav .nav_main ul li:hover .one_level a.nav_part.guding .top_nav .nav_main ul li:hover .one_level a, {
    color: #0090d6;
}

.top_nav .nav_tel {}

.top_nav .nav_tel .num {}

.top_nav .nav_tel .num span {
    font-size: 0.26rem;
    color: #0090d6;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.26rem;
    padding: 0 0 0 0.3rem;
    font-weight: bold;
}
.top_nav .nav_main ul li .three_nav_list {
    position: absolute;
    left: 2.19rem;
    top: auto;
    bottom: 0;
    width: 2rem;
    background: #fff;
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.top_nav .nav_main ul li .three_nav_list a {}

.top_nav .nav_main .two_nav_list ul li:hover .three_nav_list {
    width: 2.4rem;
    /* padding: 0 0.2rem; */
}

.top_nav .nav_main .two_nav_list ul li {
    position: initial;
}

.top_nav .nav_main ul li .two_nav_list ul li:hover a {
    color: #bf1622;
    background: #f5e9e9;
    padding: 0 0.2rem;
}

.top_nav .nav_main ul li:first-child .three_nav_list {
    top: 0;
    bottom: auto;
}

.top_nav .nav_main .two_nav_list ul li .three_nav_list a {
    color: #262626 !important;
    /* background: #fff !important; */
    padding: 0;
    width: 2.4rem;
}

.top_nav .nav_main .two_nav_list ul li .three_nav_list a:hover {
    color: #bf1622 !important;
}

.top_nav .nav_main ul li:hover {
    z-index: 999;
}
.tel_lang {
    display: flex;
    gap: 0.2rem;
}

.tel_lang .tel {
    background: url(../images/htel.png) left center no-repeat;
    background-size: 0.15rem;
    padding: 0 0 0 0.2rem;
}
.nav_part.fixd .tel_lang .tel,.nav_part:hover .tel_lang .tel {
    background: url(../images/htel.png) left center no-repeat;
    background-size: 0.15rem;
}
.tel_lang .lang {}

.tel_lang .tel img {}

.tel_lang .tel span {}

.tel_lang .lang a {
    /* color: #fff; */
}

a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 999;
  opacity: 0;
}
.header_shade.on {
    display: block;
}
a.black_a {
    background: #122a88;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.top_nav .nav_main .link_a a {
    line-height: 0.35rem;
    display: inline-block;
    width: 1.1rem;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}

.two_nav_list {
    height: 0;
    position: absolute;
    left: 50%;
    top: 1rem;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);
    overflow: visible;
    width: 2.2rem;
    transform: translateX(-50%);
    /* opacity: 0; */
    text-align: left;
}
.top_nav .nav_main ul li:hover .two_nav_list {
    transition: all 0.7s;
    height: auto;
    /* padding: 0.1rem 0; */
    /* opacity: 1; */
}
.top_nav .nav_main .two_nav_list ul {
    display: none;
}
.top_nav .nav_main ul li:hover .two_nav_list ul {
    display: block;
}
.two_nav_list .bac_img {
    /* height: 4.5rem; */
}
.two_nav_list.show {
    display: flex;
}
.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.18rem;
    /* display: block; */
    line-height: 0.5rem;
    /* font-weight: bold; */
    color: #262626;
    display: block;
    /* height: 2rem; */
    width: 2.2rem;
    padding: 0 0.2rem;
}
.top_nav .nav_main ul li .two_nav_list a:hover{color: #bf1622;}
.top_nav .nav_main ul li:last-child {
    /* flex: 3; */
    position: relative;
}

.top_nav .nav_main ul li .one_level:after {/* content: ""; */width: 0;height: 0.04rem;display: block;background: #da261e;/* border-top: 0.01rem solid #fff; *//* transform: rotate(-135deg) translate(0, 0.05rem); */left: 40%;transition: all 0.3s;position: absolute;bottom: 0.2rem;}
.top_nav .nav_main ul li:hover .one_level:after {
    width: 30%;
    left: 20%;
}
.top_nav .nav_main ul li:hover .one_level{color: #da261e !important;}
.nav_part.fixd {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0.4rem; */
    /* z-index: 9993; */
    background: #fff;
}
.top_top.fixd {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* z-index: 9993; */
}
.two_nav_list .wal {
    padding: 0.5rem 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.two_nav_list .left b {
    font-size: 0.28rem;
    margin: 0 0 0.3rem;
    display: block;
    font-weight: normal;
}

.two_nav_list .left p {
    margin-bottom: 0.35rem;
    height: 1rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top_nav .nav_main ul li .two_nav_list .right a {
    /* float: left; */
    width: 50%;
    font-size: 0.18rem;
    color: #666;
    font-weight: normal;
    text-align: left;
    margin: 0;
    display: block;
    line-height: 0.5rem;
}
.top_nav .nav_main ul li .two_nav_list .right a:hover{color: #1a66ff;}
.writh_nav {
    /* background: #0250a1; */
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo,.nav_part.guding .nav_logo img.writh_logo {
    display: none;
}

.nav_part.fixd .nav_logo img.cai_logo,.writh_nav .nav_logo img.cai_logo,.nav_part.guding .nav_logo img.cai_logo {
    display: block;
}

.nav_part.fixd .top_nav .nav_main ul li .one_level, .nav_part:hover .top_nav .nav_main ul li .one_level,.nav_part.guding .top_nav .nav_main ul li .one_level {
    color: #262626;
}


.nav_part.fixd .top_nav .nav_main ul li.has .one_level:after,.writh_nav .top_nav .nav_main ul li.has .one_level:after,.nav_part.guding .top_nav .nav_main ul li.has .one_level:after {
    /* border-left: 0.01rem solid #666; */
    /* border-top: 0.01rem solid #666; */
}

.nav_part.fixd a.writh_a,.writh_nav a.writh_a,.nav_part.guding a.writh_a {
    border: 1px solid #122a88;
    color: #122a88;
}


.top_nav .nav_main ul li .one_level .zi {
    /* transform: translate(0px, 0.4rem); */
    text-transform: uppercase;
    transition: all 0.3s;
    /* position: relative; */
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.top_nav .nav_main ul li:hover .one_level .zi {
    /* transform: translate(0px, -0.4rem); */
}

.top_nav .nav_main ul li .one_level:after {/* content: ""; *//* width: 0; *//* height: 0.01rem; *//* background: #fff; *//* display: block; *//* position: absolute; *//* left: 15%; *//* right: 0; *//* bottom: 0; *//* transition: all 0.3s; */}

.top_nav .nav_main ul li:hover .one_level:after {
    /* right: 15%; */
    /* width: 70%; */
}

.top_nav .nav_main .tel {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-bottom: 0;
    height: 0.8rem;
}

.top_nav .nav_main .tel img.ic {
    width: 0.22rem;
}

.top_nav .nav_main .tel img.sz {
    height: 0.12rem;
}

.top_tel {
    /* text-align: right; */
}

.top_tel span {
    color: #1a66ff;
    font-size: 0.3rem;
    display: block;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.3rem;
    letter-spacing: -0.02rem;
    font-weight: bold;
}
.search {
    position: relative;
}

.search .button {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/search.png);
    background-size: 0.4rem;
}

.search .button img {
    width: 0.4rem;
    height: 0.4rem;
}

.search .biao {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s;
}

.search .biao .form {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 50px;
}

.search .biao .form input {
    display: block;
    padding: 0.1rem 0.2rem;
    border-radius: 50px;
    height: 0.4rem;
    background: transparent;
}

.search .biao .form input .button {}

.search .biao .form input .button img {}
.search:hover .biao {
    opacity: 1;
    width: 2.6rem;
    right: 0;
}

.nav_part:hover {
    background: #fff;
}

.nav_part:hover .top_top,.nav_part.fixd .top_top {color: #333;border-bottom: 1px solid rgba(0,0,0,0.1);}
.index_allbox {
    /* margin: 100vh 0 0; */
    position: relative;
    z-index: 99;
    /* overflow: hidden; */
}
.index_banner {
    position: relative;
    overflow: hidden;
    margin: 1rem 0 0;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* height: calc(100vh - 1rem); */
}

.index_banner img.bg {
    /* width: 100%; */
}
.swiper-pagination-bullet {
    background: #c01925;
    position: relative;
    margin: 0 0.05rem !important;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.04rem;
}

.index_banner .swiper-pagination-bullet {
    /* width: 0.1rem; */
    /* height: 0.1rem; */
    /* border-radius: 50%; */
    background: #fff;
}
.index_banner .swiper-pagination-bullet:after{/* content:""; */position: absolute;left: 50%;/* right: 0; */top: 50%;display: block;width: 0.28rem;height: 0.28rem;border: 1px solid #fff;border-radius: 50%;transform: translate(-50%, -50%);opacity: 0;}

.index_banner .swiper-pagination {
    text-align: left;
    /* bottom: auto; */
    /* width: auto; */
    /* padding: 0.1rem 0; */
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
}
.index_pagination {
    /* position: absolute; */
    /* bottom: 0.5rem; */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
    /* margin: 0 auto; */
}
.banner_buttom {
    position: absolute;
    bottom: 0.2rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    z-index: 999;
}
.banner_buttom .swiper-button-prev,.banner_buttom .swiper-button-next {
    transform: rotate(180deg);
    background: url(../images/bjt.png) center center no-repeat;
    border-radius: 50%;
    border: 1px solid #fff;
    background-size: 0.1rem;
    /* bottom: 0; */
    margin: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1;
    z-index: 999;
    position: absolute;
    display: block;
}
 .banner_buttom .swiper-button-next {
    transform: rotate(0deg) !important;
    left: 0.8rem;
    right: auto;
}
.banner_buttom .index_pagination {
    position: relative;
    display: flex;
}

.banner_buttom .swiper-button-prev {
    left: 0;
}

.scroll {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
.scroll {
    position: absolute;

    bottom: 0rem;
    z-index: 999;
    animation: move 2s linear 0s infinite;
}


@keyframes move {
    0%{
        bottom: 0rem;
    }
    50%{
        bottom: 0.2rem;
    }
    100%{
        bottom: 0rem;
    }
}

.roll_but {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/rool.png) center center no-repeat;
    background-size: 0.2rem;
}
.index_button {
    display: flex;
    gap: 0.1rem;
}

.index_button .swiper-button-prev,.index_button .swiper-button-next {
    background: url(../images/ljt.png) center center no-repeat;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    box-shadow: none;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    /* width: 100%; */
    /* transition: all 6s; */
    opacity: 1;
}
.index_banner .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.index_banner .item .wal{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.index_banner .item .zi {
    /* width: 40%; */
    color: #fff;
}
.index_banner .item .zi span {
    font-family: 'pingfang_l';
    font-size: 0.32rem;
}

.index_banner .item .zi h3 {
    font-size: 0.64rem;
    font-family: 'pingfang_b';
}

.index_banner .item .zi p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: 'pingfang_r';
    margin: 0 0 0.6rem;
}

.index_banner .item .zi .link_a {}

.index_banner .item .zi .link_a a {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.19rem;
    margin: 0 0.1rem 0 0;
}

.index_banner .item .zi .link_a a.writh_a {
    background: #fff;
    color: #122a88;
}

.index_banner .item .imgj {
    text-align: center;
    width: 50%;
}

.index_banner .item .imgj img {
    width: 70%;
}
.index_banner ul {}

.index_banner ul li {
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* width: 100%; */
    overflow: hidden;
}
.index_banner ul li .videoinbox,.index_banner .videoinbox video {
    width: 100%;
    height: 7rem;
    pointer-events: none;
    max-height: 100vh;
    object-fit: cover;
}
.video_ves {
    width: 100%;
    display: flex;
}

.video_ves video.video {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner ul li img {
    /* width: 100%; */
    /* object-fit: cover; */
}

img.c_logo,img.c_search {
    display: block;
}

img.b_logo,img.b_search {
    display: none;
}

.nav_part.fixd img.b_logo, .nav_part:hover img.b_logo, .nav_part.fixd img.b_search, .nav_part:hover img.b_search,.nav_part.guding img.b_logo, .nav_part:hover img.b_logo {
    display: none;
}

.nav_part.fixd img.c_logo, .nav_part:hover img.c_logo, .nav_part.fixd img.c_search, .nav_part:hover img.c_search,.nav_part.guding img.c_logo, .nav_part:hover img.c_logo {
    display: block;
}

.index_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.index_banner ul li .text h3 {
    color: #fff;
    font-size: 0.58rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.index_banner .text h1 {
    font-size: 0.7rem;
    font-weight: bold;
}
.index_banner .text p{font-size:0.46rem}
.index_banner .text img {
    width: 50%;
    object-fit: contain;
}
.index_banner .text img.logosolgin {
    width: 50%;
    height: auto;
}
.index_part {
    padding: 0.5rem 0;
    /* background: #fff; */
    position: relative;
    overflow: hidden;
}
.padding-bottom0 {
    padding-bottom: 0;
}
.bg_fafafa {
    background: #fafafa !important;
}
.bg_f0f0f0 {
    background: #f9f9f9;
}
.bg_ffffff {
    background: #ffffff;
}
.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.textover3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
}
.numCount ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.8rem;
}
.numCount li{text-align: left;}
.numCount li .item{}
.numCount li .numU{color: #fff;}
.numCount li .numCX{font-size: 0.7rem;color: #ffffff;font-weight: bold;}
.numCount li .numU .unitC{font-size: 0.5rem;}
.numCount li .numU sup{}
.numCount li .numU sub{vertical-align:baseline;}




.two_nav_list {}

.two_nav_list .wal {}

.two_nav_list .left {
    flex: 1;
}

.two_nav_list .left .imgj {
    border-radius: 0.1rem;
}

.two_nav_list .left .imgj img {
    width: 100%;
}

.two_nav_list .center {
    flex: 1.2;
    text-align: left;
    /* padding: 0 0.5rem; */
    border-right: 1px solid #ddd;
    /* margin: 0 0.5rem 0 0; */
}

.two_nav_list .center .ti {
    margin: 0 0 1rem;
}

.two_nav_list .center .ti h3 {
    font-size: 0.38rem;
    margin: 0 0 0.1rem;
}

.two_nav_list .center .ti p {
    font-size: 0.24rem;
    color: #666;
}

.see_more {
    width: 1.8rem;
    background: #1a66ff;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 0.2rem;
    transition: all 0.3s;
}

.see_more span {
    color: #fff;
}

.see_more i {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.08rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.see_more:hover {
    gap: 0.4rem;
}

.see_more:hover span {}

.see_more:hover i {}


.two_nav_list .right {
    flex: 1.5;
}

.two_nav_list .right .twonav {
    display: flex;
    flex-flow: wrap;
    padding: 0 1rem 0 0;
}

.two_nav_list .right .twonav .zi {
    width: 50%;
    line-height: 0.6rem;
}

.two_nav_list .right .twonav .zi a {}
/*******以下浩盛开始********/
.bg_jbimg {
    background: linear-gradient(0deg, #c6d2e8, #f2f8fc);
}

.bg_business {
    background: url(../images/bg_business.png ) left center no-repeat #f2f2f2;
    background-size: 50%;
    padding: 0;
}

.bg_product {
    /* background: #fafafa; */
    background-size: cover;
}

.bg_scien {
    background: url(../images/bg_scien.png );
    background-size: cover;
}

.bg_caseimg {
    background: url(../images/bg_caseimg.png );
    background-size: cover;
}

.index_about {color: #fff;}

.index_about .top {
}

.index_about .top .left {
    flex: 1.2;
}

.indextibox {
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_center {
    text-align: center;
    display: block;
}
.indextibox .index_ti {
    position: relative;
}
.indextibox p.p1 {
    font-size: 0.2rem;
    margin: 0.3rem 0 0;
    color: #666;
    line-height: 0.34rem;
}
.indextibox .index_ti span {
    display: block;
    color: #999;
    font-size: 0.18rem;
    font-weight: bold;
    text-transform: uppercase;
}

.indextibox .index_ti h3 {
    font-size: 0.46rem;
    font-weight: bold;
}
.indextibox .index_ti h3 em{
    color: #da261e;
}
.bg_about {
    background: url(../images/bg_about.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.index_about .text {
    text-align: center;
    font-size: 0.24rem;
    width: 60%;
    margin: 0 auto 1rem;
}

.bg_about .indextibox {
    display: block;
    text-align: center;
    color: #fff;
}

.index_about .more_one {
    justify-content: center;
}

.partner_box {
    padding: 0.5rem 0;
    overflow: hidden;
}

.partner_box ul {
    /* display: flex; */
}

.partner_box ul li {
    width: 20%;
}

.partner_box ul li .imgj {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_box ul li .imgj img {
    max-width: 80%;
}
.index_about {
}

.aboutmain {
    /* margin: -0.2rem 0 0; */
}

.aboutmain p.text1 {
    font-size: 0.36rem;
    margin: 0 0 0.2rem;
    color: #000;
    line-height: 1.5;
}
.aboutmain {
    width: 50%;
}

.aboutmain p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    -webkit-line-clamp: 2;
    margin: 0 0 0.6rem;
}

.aboutmain .alltwonav {
    display: flex;
    justify-content: space-between;
    margin: 0.8rem 0;
}

.aboutmain .alltwonav .one {
    transition: all 0.3s;
}

.aboutmain .alltwonav .one i {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.2rem;
    background-size: 0.57rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.aboutmain .alltwonav .one i.oneicon1 {
    background-image: url(../images/oneicon1.png);
}

.aboutmain .alltwonav .one i.oneicon2 {background-image: url(../images/oneicon2.png);}

.aboutmain .alltwonav .one i.oneicon3 {background-image: url(../images/oneicon3.png);}

.aboutmain .alltwonav .one i.oneicon4 {background-image: url(../images/oneicon4.png);}

.aboutmain .alltwonav .one i.oneicon5 {background-image: url(../images/oneicon5.png);}

.aboutmain .alltwonav .one span {}

.aboutmain .alltwonav .one:hover {
    transform: translateY(-0.1rem);
}
.aboutmain .alltwonav .one:hover i {}

.aboutmain .alltwonav .one:hover i.oneicon1 {}

.aboutmain .alltwonav .one:hover i.oneicon2 {}

.aboutmain .alltwonav .one:hover i.oneicon3 {}

.aboutmain .alltwonav .one:hover i.oneicon4 {}

.aboutmain .alltwonav .one:hover i.oneicon5 {}

.aboutmain .alltwonav .one:hover span {}

.index_aboutbox {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
}

.aboutmain p.text1 em {
    color: #065da0;
}

.aboutmain ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.5rem;
}

.aboutmain ul li {}

.aboutmain ul li .item {}

.aboutmain ul li .item img {
    width: 0.46rem;
    margin: 0 auto 0.2rem;
    display: block;
}

.aboutmain ul li .item h4 {
    font-size: 0.2rem;
}

.about_number ul {
    display: flex;
    flex-flow: wrap;
}

.about_number ul li {
    width: 50%;
    padding: 0.4rem 0;
}
.about_number ul li:nth-child(1),.about_number ul li:nth-child(2),.about_number ul li:nth-child(3) {
    width: 33.33%;
}
.about_number ul li .item {
    font-size: 0.22rem;
}

.about_number ul li .item .top {
    display: flex;
    align-items: flex-end;
    color: #999;
    font-size: 0.22rem;
    line-height: 1;
}

.about_number ul li .item .top .mun {
    display: flex;
    align-items: center;
    color: #065da0;
}

.about_number ul li .item .top .mun em {
    font-size: 0.6rem;
}

.about_number ul li .item .top .mun span {
    font-size: 0.36rem;
    display: block;
    margin: 0 0.1rem;
}

.about_number ul li .item .top p {}
.index_about .top .right {
    flex: 1;
}

.index_about .top .right .layout_img {
    position: relative;
}

.index_about .top .right .layout_img img {
    width: 100%;
}

.index_about .top .right .layout_img .dots {
    position: absolute;
    right: 36%;
    bottom: 42%;
}

.index_about .top .right .layout_img .dots .dot {
    text-align: center;
}

.index_about .top .right .layout_img .dots .dot span {
    /* display: block; */
    /* width: 0.1rem; */
    /* height: 0.1rem; */
    /* border-radius: 50%; */
    /* background: #1a66ff; */
    /* margin: 0 auto; */
}


.index_service {}

.index_service ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.index_service ul li {
    width: 25%;
    padding: 0.1rem;
}

.index_service ul li .item {
    padding: 0.4rem 0.1rem;
    text-align: center;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s;
}
.index_service ul li:hover .item {
    background: rgba(255,255,255,1);
    transform: translateY(-0.15rem);
}
.index_service ul li .item .imgj {
    margin: 0 auto 0.3rem;
}

.index_service ul li .item .imgj img {
    width: 0.7rem;
    margin: 0 auto;
    display: block;
}

.index_service ul li .item h3 {
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.index_service ul li .item p {
    color: #666;
    margin: 0 auto 0.4rem;
}

.index_service ul li .item .more {
    display: inline-block;
    padding: 0.08rem 0.4rem;
    border: 1px solid #ddd;
}

.index_service ul li .item .more:hover {
    background: #da261e;
    color: #fff;
}


.layout_img .dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: rgb(26 102 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: wipePrompt 2.5s ease 0s infinite;
}
.layout_img .dot i {
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 0.8rem; */
    /* height: 0.8rem; */
    display: block;
    /* background: rgb(255 255 255 / 20%); */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 0.01rem dotted #000;
    border: 0.01rem dashed #1a66ff;
}

.layout_img .dot i.da {
    width: 2.3rem;
    height: 2.3rem;
    animation: wipePrompt 2.5s ease 0s infinite;
}

.layout_img .dot i.xiao {
    width: 2.3rem;
    height:2.3rem;
    animation: wipePrompt 3.5s ease 2.5s infinite;
}
@keyframes wipePrompt {
    0% {
        opacity:1;
        transform:translate(-50%, -50%) scale(0)
        }
    
    100% {
        opacity:0.3;transform:translate(-50%, -50%) scale(1)
        }
}
.index_about .top .right .layout_img .dots .dot h3 {
    font-size: 0.14rem;
    color: #fff;
    position: relative;
    z-index: 9;
}

.index_about .top .right .layout_img .dots .dot i {}

.index_about .top .right .layout_img .dots .dot i.da {}

.index_about .top .right .layout_img .dots .dot i.xiao {}

.about_number {
    width: 45%;
}
.index_aboutbox .about_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
.index_aboutbox .about_img img{height: 100%;}
li.swiper-slide.swiper-slide-duplicate.swiper-slide-next {}

.index_solution ul li.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.bg_sulotion {
    background: url(../images/bg_sulotion.jpg);
    background-size: cover;
}
.index_solution {
    overflow: hidden;
    position: relative;
    margin: 0 -1rem;
    padding: 0 0 0.5rem 0;
}

.index_solution ul {}

.index_solution ul li {
    /* padding: 0 1rem; */
    width: 33.33%;
    transform: scale(0.8);
    opacity: 0.8;
}

.soluwiper_button .swiper-button-next {
    right: 0.7rem;
}

.soluwiper_button .swiper-button-prev {
    left: 0.7rem;
}

.indextibox .text {}

.indextibox .text {
    font-size: 0.22rem;
    text-align: right;
    width: 60%;
    color: #666;
}
.index_solution ul li .item {
    position: relative;
}

.index_solution ul li .item .imgj {}

.index_solution ul li .item .imgj img {
    width: 100%;
}
.index_solution ul li .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    padding: 0 0 0 1rem;
    color: #fff;
}

.index_solution ul li .text .main {}

.index_solution ul li .text .main h3 {
    font-size: 0.36rem;
    padding: 0 0.5rem 0 0;
    background: url(../images/qiu.png) right center no-repeat;
    background-size: 0.4rem;
    display: inline-block;
    margin: 0 0 0.2rem;
}

.index_solution ul li .text .main p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 0 0 0.5rem;
}


.index_business {
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.index_business .left {
    padding: 0.9rem 0 0;
    position: absolute;
    left: 10%;
    right: 55%;
}
.index_business .left .main {
    margin: 0 0 0.8rem;
}

.index_business .left .main span {
    font-size: 0.4rem;
    color: #1a66ff;
    font-weight: bold;
    margin: 0 0 0.2rem;
    display: block;
}

.index_business .left .main p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.index_business .right {
    width: 51%;
}

.index_business .right ul {
    display: flex;
}

.index_business .right ul li {
    flex: 1;
    text-align: center;
}

.index_business .right ul li .item {
    background: #1a66ff;
}

.index_business .right ul li .item .ba_img {
    height: calc(100vh - 1rem);
    position: relative;
}

.index_business .right ul li .item .ba_img .main_text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index_business .right ul li .item .ba_img .main_text .main {}

.index_business .right ul li .item .ba_img .main_text .main .ti {}

.index_business .right ul li .item .ba_img .main_text .main .ti h3 {
    font-size: 0.4rem;
}

.index_business .right ul li .item .ba_img .main_text .main .ti span {
    font-size: 0.2rem;
    display: block;
}

.index_business .right ul li:hover .item .ba_img .main_text .main .more {
    margin: 0.3rem 0 .0;
    display: block;
    height: auto;
    padding: 0.2rem 0;
}

.index_business .right ul li .item .ba_img .main_text .main .more .list {
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.index_business .right ul li .item .ba_img .main_text .main .more .list a {
    color: #fff;
    display: block;
    text-align: center;
}

.index_business .right ul li .item .ba_img .main_text .main .more .jia a {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    font-size: 0.4rem;
    color: #fff;
}

.index_business .right ul li .item .ba_img .main_text .main .more .jia {
    margin: 0 auto 0;
    transition: all 0.3s;
}

.index_business .right ul li .item .ba_img .main_text .main .lines {}

.index_business .right ul li .item .ba_img .main_text .main .lines i {
    position: absolute;
    background: #fff;
    transition: all 0.3s;
    display: block;
    opacity: 0.5;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i1 {
    left: 0.2rem;
    top: 0.2rem;
    width: 0;
    height: 1px;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i2 {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1px;
    height: 0;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i3 {
    left: 0.2rem;
    top: 0.2rem;
    height: 0;
    width: 1px;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i4 {
    height: 1px;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0;
}
.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i1 {
    width: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i2 {
    height: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i3 {
    height: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i4 {
    width: calc(100% - 0.4rem);
}
.index_business .right ul li:hover .item .ba_img .main_text .main .more .list {
}

.index_business .right ul li:hover .item .ba_img {
    background: none !important;
}

.index_business .right ul li .item .ba_img .main_text .main .more {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s;
}

.index_business .right ul li:hover .item .ba_img .main_text .main .more .jia {
    margin: 0.5rem auto 0;
}
.change_ul {}

.change_ul ul {
    display: flex;
    gap: 0.2rem;
}

.change_ul ul li {
    width: 1.3rem;
    line-height: 0.45rem;
    background: #149e53;
    color: #666;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
    background: #ddd;
}

.change_ul ul li.on {
    color: #fff;
    background: #149e53;
}

.index_cases {}

.index_cases ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.index_cases ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.index_cases ul li .item {
    position: relative;
}

.index_cases ul li .item .imgj {}

.index_cases ul li .item .imgj img {
    width: 100%;
}

.index_cases ul li .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    padding: 0.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
}

.index_cases ul li .item .text span {}
.index_product {
    position: relative;
    margin: -0.15rem;
}
.prowiper_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.all_changebox {margin: -0.3rem 0 0.8rem;border-bottom: 1px solid #ddd;}

.all_changebox ul {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    line-height: 0.4rem;
}

.all_changebox ul li {margin: 0 0.5rem 0 0;}

.all_changebox ul li a {
    display: block;
    line-height: 0.5rem;
}

.all_changebox ul li a span {}

.all_changebox ul li.on {}

.all_changebox ul li.on a,.all_changebox ul li:hover a {
    color: #da271f;
    border-bottom: 1px solid;
}

.all_changebox ul li.on a span {}

.index_product {
    /* overflow: hidden; */
    /* width: 90%; */
    /* margin: 0 auto; */
}

.index_product ul li:first-child .item {
    display: block;
    text-align: center;
}

.index_product ul li:first-child {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: url(../images/prbg1.png) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.index_product ul {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.index_product ul li {
    transition: all 0.3s;
    padding: 0 5%;
    width: 50%;
    background: url(../images/prbg2.png) center center no-repeat;
    background-size: cover;
}
.more_one:hover {
    /* color: #bf1622; */
}

.index_product ul li:first-child  .item .text h3 {
    text-align: center;
}

.index_product ul li:first-child .more_one {
    justify-content: center;
}

.index_product ul li:first-child .item .imgj img {
    max-width: 80%;
}
.index_product ul li:nth-child(3) {
    background: #f3f3f3;
}

.index_product ul li .item {
    text-align: center;
    font-size: 0.24rem;
    position: relative;
    display: flex;
    align-items: center;
}
.zicon {
    display: none;
    position: relative;
}

.zicon.active {
    display: block;
}

.index_product ul li:hover .item .imgj img {
    /* transform: translate(-50%, -50%) scale(1.1); */
}

.index_product ul li.swiper-slide-next,.index_product ul li.swiper-slide-prev {
    /* transform: scale(0.8); */
    /* opacity: 0.5; */
}

.index_product ul li.swiper-slide-active {
    transform: scale(1);
}
.index_product ul li .item .imgj {
    order: 2;
    padding: 0.5rem 0;
    flex: 1;
}

.index_product ul li .item .imgj img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
}



.index_product ul li .item .text {
    order: 1;
    flex: 1;
}

.index_product ul li .item .text h3 {
    font-size: 0.26rem;
    text-align: left;
    margin: 0 0 0.2rem;
}

.application_title {
    margin: 0 0 0.5rem 0;
}

.application_title ul {
    display: flex;
    gap: 0.1rem;
    flex-flow: wrap;
    gap: 0.1rem 1%;
    justify-content: space-between;
}

.application_title ul li {
    flex: 1;
    background: #fff;
}

.application_title ul li .text {
    text-align: center;
    padding: 0.15rem 0;
}

.application_title ul li .text h3 {
    font-size: 0.18rem;
    font-weight: bold;
}

.application_title ul li .text img {
    display: none;
}

.application_title ul li.on {
    background: #bf1622;
    color: #fff;
}

.application_title ul li.on .text {}

.application_title ul li.on .text h3 {}

.application_title ul li.on .text img {}


.index_application {}

.index_application ul {
    display: flex;
}

.index_application ul li {
    flex: 1;
    height: 6rem;
    position: relative;
    transition: all 0.5s;
    background-position: right center;
    background-size: cover;
}

.index_application ul li.cur {
    flex: 3;
}

.index_application ul li .item {
    display: flex;
    align-items: center;
    height: 6rem;
    background: linear-gradient(45deg, black, transparent);
}

.index_application ul li .item .text1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}

.index_application ul li .item .text1 h3 {
    color: #fff;
    font-size: 0.2rem;
    padding: 0.2rem 0;
}

.index_application ul li .item .text2 {
    padding: 0.5rem 0 0 0.5rem;
    color: #fff;
    font-size: 0.22rem;
    opacity: 1;
    transition: all 0.3s;
    width: 70%;
}

.index_application ul li .item .text2 h3 {
    font-size: 0.34rem;
    margin: 0 0 0.3rem;
}

.index_application ul li .item .text2 .more_one {
    margin: 0.4rem 0 0;
}

.index_application ul li.cur .item .text1 {}

.index_application ul li .item .text2 p {
    font-size: 0.16rem;
    width: 70%;
    margin: 0 0 0.2rem;
}

.index_application ul li.cur .item .text2 {
    /* opacity: 1; */
    /* padding: 0 0 0 0.5rem; */
}

.index_application ul li.cur .item .text1 {
    opacity: 0;
}

.nei_application {}

.nei_application ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.2rem;
}

.nei_application ul li {
    width: 50%;
    padding: 0.2rem;
}

.nei_application ul li .item {
    display: block;
}
.nei_application ul li .item .imgj {
    height: 3rem;
    background-position: center center;
    background-size: cover;
}

.nei_application ul li .item .text1 {
    background: #fff;
    padding: 0.2rem;
    font-size: 0.22rem;
}

.footcon {
    background: #050a10;
    color: #fff;
}

.footcon .foot_main {
    /* background: #2d384f; */
    /* color: #fff; */
}

.footcon .foot_main .wal {
    display: flex;
    /* padding: 0.5rem 0; */
    align-items: center;
    justify-content: space-between;
}

.footcon .foot_main .right {
    color: #333;
    flex: 1;
    /* text-align: center; */
    /* border-radius: 0.04rem; */
}

.footcon .foot_main .right img {
    width: 2.5rem;
}

.footcon .foot_main .right .fs {line-height: 0.32rem;margin: 0 0 0.3rem 0;color: #fff;background-size: 0.5rem;background-repeat: no-repeat;background-position: left 2px;padding: 0 0 0 0.65rem;}
.footcon .foot_main .right .fs span {
    font-size: 0.18rem;
}

.footcon .foot_main .right .fs p.p1 {
    font-size: 0.28rem;
}

.footcon .foot_main .right .fs p.p1 {
    font-size: 0.28rem;
}

.footcon .foot_main .right .fs1 {
    background-image: url(../images/fs1.png);
}

.footcon .foot_main .right .fs2 {
    background-image: url(../images/fs2.png);
}
.footcon .foot_main .right .fs p {}

.footcon .foot_main .right .ewmbox {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    float: right;
}

.footcon .foot_main .right .ewmbox img {
    width: 1rem;
    display: block;
}

.footcon .foot_main .right .ewmbox span {
    font-size: 0.16rem;
    opacity: 0.5;
    display: block;
    margin: 0.1rem 0 0;
}

.footcon .foot_main .left {
    font-size: 0.16rem;
    line-height: 0.36rem;
    flex: 3;
}

.footcon .foot_main .left ul {
    display: flex;
}

.footcon .foot_main .left ul li {
    flex: 1;
    line-height: 0.36rem;
}

.footcon .foot_main .left ul li a {
    display: block;
    font-size: 0.2rem;
    margin: 0 0 0.1rem 0;
    color: #fff;
}

.footcon .foot_main .left ul li .two {}

.footcon .foot_main .left ul li .two a {
    font-size: 0.18rem;
    opacity: 0.5;
    margin: 0;
}

.footcon .foot_main .left ul li .two a:hover {
    opacity: 1;
}
.footcon .foot_main .right .text {
    margin: 0 00 .3rem;
}

.footcon .foot_main .right .text p {
    display: block;
    line-height: 0.34rem;
    font-size: 0.22rem;
}

.footcon .foot_main .right .text em {
    display: block;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.5rem;
}
.foot_buttom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 0.2rem 0 0;
}

.foot_buttom p {
    opacity: 0.5;
    padding: 0.3rem 0;
    font-size: 0.14rem;
    color: #fff;
    text-align: left;
}

.foot_top .left ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.foot_top .left ul li {
    flex: 1;
}

.foot_top .left ul li a {
    color: #FFF;
    display: block;
    font-size: 0.18rem;
    margin: 0 0 0.2rem 0;
}

.foot_top .left ul li .two {}

.foot_top .left ul li .two a {
    margin: 0;
    font-size: 0.16rem;
    line-height: 0.34rem;
    opacity: 0.5;
}

.foot_top .left ul li .two a:hover {
    opacity: 1;
}

.foot_top .right img {
    height: 0.41rem;
    margin: 0 auto 0.3rem;
}

.foot_top .right a {
    display: inline-block;
    border: 1px solid;
    padding: 0.1rem 0.3rem;
    color: #bf1622;
}

.foot_top .right a:hover {
    border: 1px solid #bf1622;
    background: #bf1622;
    color: #fff;
}

.footcon .foot_main .left ul li:last-child {
    flex: 2;
}

.nei_banner {
    position: relative;
    margin: 0;
    height: 4rem;
    background-size: cover;
    background-position: center;
}

.nei_banner img {
    width: 100%;
}

.nei_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
}

.nei_banner .text .zi {
    font-size: 0.44rem;
    color: #fff;
    font-weight: bolder;
}

.nei_banner .text .zi h3 {
    color: #fff;
    font-size: 0.5rem;
}

.nei_banner .text  span {
    display: block;
    color: #fff;
    font-size: 0.54rem;
}.neitwoleve_nav {
    border-bottom: 1px solid #fafafa;
    position: relative;
    z-index: 100;
}

.neitwoleve_nav ul {
    display: flex;
    font-size: 0.2rem;
    align-items: center;
    gap: 0.6rem;
    padding: 0 0.2rem;
}

.neitwoleve_nav ul li {
    position: relative;
    line-height: 0.6rem;
    font-size: 0.18rem;
}
.neitwoleve_nav ul li h3 {
    font-weight: bold;
}
.neitwoleve_nav ul li:hover a {
    /* display: block; */
    color: #da261e;
    /* font-size: 0.22rem; */
}
.neitwoleve_nav ul li:after{content:".";font-size: 0;width: 0.2rem;height: 0.02rem;background: #bf1622;display: block;margin: 0 auto;position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 0px);opacity: 0;transition: all 0.3s;width: 0;}
.neitwoleve_nav ul li.on:after{opacity:1;width: 100%;}
.neitwoleve_nav ul li.on, .neitwoleve_nav ul li:hover {
    /* background: #065da0; */
}
.neitwoleve_nav ul li a .imgj {}

.neitwoleve_nav ul li a .imgj img {
    width: 0.4rem;
    margin: 0 auto 0.2rem;
}

.neitwoleve_nav ul li a .imgj img.mr {
    display: block;
}

.neitwoleve_nav ul li a .imgj img.xz {
    display: none;
}

.neitwoleve_nav ul li.on a .imgj,.neitwoleve_nav ul li:hovera .imgj {}

.neitwoleve_nav ul li.on a .imgj img,.neitwoleve_nav ul li:hover a .imgj img {
    display: none;
}

.neitwoleve_nav ul li.on a. .imgj img.mr,.neitwoleve_nav ul li:hover a. .imgj img.mr {}

.neitwoleve_nav ul li.on a .imgj img.xz,.neitwoleve_nav ul li:hover a .imgj img.xz {
    display: block;
}
.neitwoleve_nav ul li .three_nav {
    position: absolute;
    left: -0.2rem;
    right: -0.2rem;
    top: 0.6rem;
    background: #fffbfb;
    text-align: center;
    border-radius: 0.1rem;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.neitwoleve_nav ul li:hover .three_nav {
    height: auto;
}
.neitwoleve_nav ul li .three_nav a {
    color: #262626;
}

.neitwoleve_nav ul li .three_nav a:hover {
    color: #da261e;
}
.nei_product {
    background: url(../images/prbg1.png);
    background-size: contain;
}
.nei_product .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    gap: 1rem;
}

.nei_product .item .text {
    flex: 1;
}

.nei_product .item .text h3 {
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.nei_product .item .text p {
    color: #666;
    margin: 0 0 0.3rem;
}

.nei_product .item .imgj {
    flex: 1;
    text-align: center;
}

.nei_product .item .imgj img {
    max-width: 90%;
    max-height: 90%;
}

.nei_product .item .goods {
    flex: 1;
}

.nei_product .item .goods p {
    margin: 0.15rem 0;
    position: relative;
    padding: 0 0 0 0.2rem;
    color: #333;
}

.nei_product .item .goods p:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border: 0.03rem solid #bf1622;
    position: absolute;
    left: 0;
    top: 0.07rem;
}
.nei_ti {margin: 0 0 0.4rem;}

.nei_ti h3 {
    font-size: 0.4rem;
    font-weight: bold;
    font-family: 'pingfang_b';
}

.product_list_new {
    background: #e3e9ed;
    padding: 1.6rem 0 0.6rem;
}

.product_list_base {
    display: flex;
    gap: 0;
}

.product_list_base .text {
    flex: 1;
}

.product_list_base .text .title {}

.product_list_base .text .title h3 {
    font-size: 0.44rem;
    font-weight: bolder;
}

.product_list_base .text .title span {
    display: block;
    font-size: 0.2rem;
}

.product_list_base .text .title i {
    display: block;
    width: 2rem;
    height: 0.03rem;
    background: #da261e;
    margin: 0.3rem 0;
}

.product_list_base .text .main {}

.product_list_base .text .main p {
    line-height: 0.36rem;
    font-size: 0.18rem;
}

.product_list_base .imgj {
    flex: 1.8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 5rem;
}

.product_list_base .imgj img {
    max-width: 100%;
    max-height: 100%;
}


.product_list {}

.product_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.product_list ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.product_list ul li .item {
    background: #fff;
    display: block;
}

.product_list ul li .item .imgj {
    background: #fff;
    background-size: cover;
    text-align: center;
    /* padding: 0.5rem; */
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_list ul li:hover .item .imgj {
	background: url(../images/prbg2.png);
    background-size: cover;
}
.product_list ul li .item .imgj img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.product_list ul li .item .text {
    text-align: center;
}

.product_list ul li .item .text h3 {
    font-size: 0.22rem;
    /* font-weight: bold; */
    margin: 0.2rem 0;
    text-align: center;
    /* color: #be2d31; */
}

.product_list ul li .item .text .more_one {
    justify-content: center;
}
.product_list ul li .item .text span {
    font-size: 0.18rem;
    color: #666;
    margin: 0 0 0.2rem;
    display: block;
}

.height2 {
    height: 1.5rem !important;
    justify-content: space-between;
}
.about_main .right .p {
    height: 4.5rem;
    overflow-y: scroll;
    padding: 0 0.3rem 0 0;
}
.about_main .right .p::-webkit-scrollbar {
	height:0.08rem;
	background:#ddd;
    width:0.04rem
  }
.about_main .right .p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #0090d6;
  }

.about_honor {}

.about_honor ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.about_honor ul li {
    width: 25%;
    padding: 0.15rem;
}

.about_honor ul li .item {
    background: #fff;
    /* padding: 0.3rem; */
    border-radius: 0.16rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    text-align: center;
}

.about_honor ul li .item .imgj {
    padding: 0.4rem 0 0;
}

.about_honor ul li .item .imgj img {
    max-width: 77%;
    width: auto;
}

.about_honor ul li .item .text {
    padding: 0.3rem 0.2rem;
}

.about_honor ul li .item .text h3 {
    /* font-weight: bold; */
    font-size: 0.2rem;
}
.about_organi {}

.about_organi img {
    width: 100%;
}
.nei_history {
    position: relative;
}

.history_time {
    cursor: pointer;
}

.history_time i {
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    border-radius: 50%;
    background: #fafafa;
    border: 0.03rem solid #ddd;
    margin: 0 0 0.2rem;
}

.history_time p {
    font-size: 0.3rem;
}

.his_infor {
    position: relative;
    margin: 0.8rem 0 0;
}

.history_infor {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.history_infor .imgj {
    flex: 1;
    border-radius: 0.16rem;
    overflow: hidden;
}

.history_infor .imgj img {
    width: 100%;
}

.history_infor .text {
    flex: 1;
    min-height: 4rem;
}

.history_infor .text h3 {
    font-size: 0.5rem;
    font-weight: bold;
}

.history_infor .text .i {
    display: block;
    margin: 0.3rem 0;
    height: 0.02rem;
    background: #ddd;
    position: relative;
}

.history_infor .text .i i {
    display: block;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1a66ff;
}

.history_infor .text p {
    font-size: 0.28rem;
}

.history_but {
    position: absolute;
    left: 50%;
    margin: 0 0 0 0.5rem;
    height: 0.6rem;
    width: 1.5rem;
    bottom: 0;
}

.history_but .swiper-button-prev, .history_but .swiper-button-next {
    bottom: 0;
    margin:  0;
    top: 0;
}


.swiper-slide-thumb-active p {
    color: #1a66ff;
    font-weight: bold;
}

.swiper-slide-thumb-active i {
    border: 0.03rem solid #1a66ff;
}

.nei_history:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.08rem;
    height: 1px;
    background: #ddd;
}
.about_presence {}

.about_presence ul {
    margin: 0 0 0.5rem;
}

.about_presence ul .item {
    padding: 0.05rem;
    position: relative;
}

.about_presence ul .item img {
    width: 100%;
    border-radius: 0.16rem;
}

.about_presence ul .item .text {
    position: absolute;
    left: 0.05rem;
    right: 0.05rem;
    top: 0.05rem;
    bottom: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(26 102 255 / 0.9);
    border-radius: 0.16rem;
    font-size: 0.28rem;
    color: #fff;
	opacity:0
}
.about_presence ul .item:hover .text{opacity:1}
.about_presence ul .item .text h3 {}
.about_party {
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.about_party .left {
    flex: 1;
}

.about_party .left .imgj {
    /* border-radius: 0.16rem; */
}

.about_party .left .imgj img {
    width: 100%;
}

.about_party .right {
    flex: 1;
}

.about_party .right .main {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin: -0.3rem 0 0;
}

.about_party .right .main p {}

.bg_party {
    position: relative;
    padding: 0;
}

.bg_party img {
    width: 100%;
}

.about_social {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.9rem 0;
}

.about_social .main {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin: -0.3rem 0 0;
    width: 45%;
}

.about_social .main p {}
.busi_main {}

.swiper-business {
    position: relative;
}

.busi_item {}

.busi_item .imgj {}

.busi_item .imgj img {
    width: 100%;
}

.busi_item .text {
    position: absolute;
    left: 0;
    right: 40%;
    top: 0;
    bottom: 0;
    background: url(../images/twobg.png) right center no-repeat;
    background-size: 100% 100%;
    padding: 0 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.busi_item .text .zi {
    width: 75%;
}

.busi_item .text .zi h3 {
    font-size: 0.38rem;
    margin: 0 0 0.2rem;
}

.busi_item .text .zi p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    margin: 0 0 0.8rem;
}

.see_more.write {
    background: #fff;
}

.see_more.write span {
    color: #1a66ff;
}

.see_more.write i {
    background: url(../images/ljt.png) center center no-repeat;
    border: 1px solid #1a66ff;
    background-size: 0.08rem;
}

.business_changes {
    margin: 0.3rem 0 0;
}

.business_changes ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.business_changes ul li {
    width: 25%;
    padding: 0.1rem;
}

.business_changes ul li .zi {
    background: #fff;
    display: flex;
    align-items: center;
    height: 1rem;
    font-size: 0.24rem;
}

.business_changes ul li .zi .imgj {
    margin: 0 0.2rem;
}

.business_changes ul li .zi .imgj img {
    width: 0.4rem;
}

.business_changes ul li .zi .imgj img.mr {
    display: block;
}

.business_changes ul li .zi .imgj img.xz {
    display: none;
}

.business_changes ul li .zi span {
    display: block;
    flex: 1;
}

.business_changes ul li.on {}

.business_changes ul li.on .zi {
    background: #1a66ff !important;
    color: #fff;
}

.business_changes ul li.on .zi .imgj {}

.business_changes ul li.on .zi .imgj img {}

.business_changes ul li.on .zi .imgj img.mr {
    display: none;
}

.business_changes ul li.on .zi .imgj img.xz {
    display: block;
}

.business_changes ul li.on .zi span {}
.business_content {}

.business_content .text {
    margin: 0 0 0.5rem 0;
}

.business_content .text h3 {
    font-size: 0.38rem;
    font-weight: bold;
}

.business_content .text p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    margin: 0.2rem auto 0;
    width: 60%;
}

.morecase h4.relative {
    font-size: 0.34rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
}

.morecase ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.morecase ul li {
    width: 50%;
    padding: 0.15rem;
}

.morecase ul li .item {
    display: block;
    border-radius: 0.16rem;
    position: relative;
}

.morecase ul li .item .imgj {}

.morecase ul li .item .imgj img {}

.morecase ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    margin: 0;
    color: #fff;
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
}

.morecase ul li .item .text h4 {}
.bussines_main {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.bussines_main .left {
    flex: 1;
}

.bussines_main .left .text {}

.bussines_main .left .text span {
    display: block;
    font-size: 0.2rem;
    color: #1a66ff;
}

.bussines_main .left .text h3 {
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0.1rem 0;
}

.bussines_main .left .text p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.bussines_main .right {
    border-radius: 0.16rem;
    overflow: hidden;
    flex: 1;
}

.bussines_main .right img {
    width: 100%;
}

.nproduct_list {}

.nproduct_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
}

.nproduct_list ul li {
    width: 33.33%;
    padding: 0.25rem;
    position: relative;
    margin: 0 0 0.6rem;
}

.nproduct_list ul li .item {
    display: block;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding: 0 0 0.8rem;
}

.nproduct_list ul li .item .main {}

.nproduct_list ul li .item .main .imgj {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nproduct_list ul li .item .main .imgj img {
    max-width: 60%;
    max-height: 80%;
    width: auto;
}

.nproduct_list ul li .item .main .text {}

.nproduct_list ul li .item .main .text h3 {
    font-size: 0.2rem;
    font-weight: bold;
}

.nproduct_list ul li .item .more {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, 0px); */
}

.nproduct_list ul li .item .more .jia {
    background: #8b9cbe;
    width: 0.6rem;
    height: 0.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #fff;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px) scaleX(1);
    transition: all 0.3s;
}

.nproduct_list ul li .item .more .jia span {
    display: block;
    line-height: 0;
    border-radius: 50%;
    border: 0.03rem solid #fff;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: url(../images/jia.png) center center no-repeat;
    background-size: 0.15rem;
}

.nproduct_list ul li .item .more .see_more {
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px) scaleX(0);
}

.nproduct_list ul li .item .more .see_more span {}

.nproduct_list ul li .item .more .see_more i {}

.nproduct_list ul li:hover .item .more .see_more {
    transform: translate(-50%, 0px) scaleX(1);
}

.nproduct_list ul li:hover .item .more .jia {
    transform: translate(-50%, 0px) scaleX(0);
}
.main_page {
    padding: 1.5rem 0 0;
}
.break_nav {
    padding: 0rem 0.3rem 0;
    background: url(../images/home.png) left center no-repeat;
    font-size: 0.2rem;
    background-size: 0.25rem;
}

.break_nav a {}

.product_maintop {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.product_maintop .left {
    flex: 1;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
}

.product_maintop .left .imgj {
    width: 80%;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_maintop .left .imgj img {
}

.product_maintop .right {
    flex: 1.3;
}

.product_maintop .right .text {
    margin: 0 0 0.3rem 0;
}

.product_maintop .right .text .ti {
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.3rem;
}

.product_maintop .right .text .ti h3 {
    font-size: 0.42rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.product_maintop .right .text .ti p {
    font-size: 0.22rem;
}

.product_maintop .right .text .ti p em {
    color: #1a66ff;
}

.product_maintop .right .text .main {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.38rem;
    min-height: 2.5rem;
}

.product_maintop .right .text .main p {}

.product_maintop .right .two_but {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.product_maintop .right .two_but a {
    line-height: 0.54rem;
}

.product_maintop .right .two_but .zi {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0 0.3rem;
}

.product_maintop .right .two_but .zi img {
    width: 0.25rem;
}

.product_maintop .right .two_but .zi span {
    font-size: 0.18rem;
    color: #fff;
}

.product_maintop .right .two_but a.red {
    background: #ff1929;
}

.product_maintop .right .two_but a.blue {
    background: #1a66ff;
}

.pro_conmain {
    margin: 0 0 0.8rem;
}

.pro_conmain .ti {}

.pro_conmain .ti h4 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
}

.pro_conmain .main {
    background: #fff;
    padding: 0.4rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    font-size: 0.18rem;
    line-height: 0.38rem;
}

.pro_conmain .main p {}


.scientific_people {}

.scientific_people .jie_base {
    display: flex;
    gap: 0.8rem;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.scientific_people .jie_base .left {
    flex: 1;
}

.scientific_people .jie_base .left .imgj {
    border-radius: 0.16rem;
}

.scientific_people .jie_base .left .imgj img {
    width: 100%;
}

.scientific_people .jie_base .right {
    flex: 1.6;
}

.scientific_people .jie_base .right .main {
    margin: -0.4rem 0 0 0;
}

.scientific_people .jie_base .right .main .ti {
    display: flex;
    gap: 0.1rem;
    align-items: flex-end;
    margin: 0  0 0.2rem 0;
}

.scientific_people .jie_base .right .main .ti h4 {
    font-size: 0.44rem;
    font-weight: bold;
}

.scientific_people .jie_base .right .main .ti p {
    font-size: 0.24rem;
    line-height: 0.5rem;
}

.scientific_people .jie_base .right .main p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.scientific_people .list {}

.scientific_people .list ul {
    display: flex;
    flex-flow: wrap;
    padding: 0.25rem 00 0;
    justify-content: space-between;
}

.scientific_people .list ul li {
    width: 45%;
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding: 0.15rem 0;
}

.scientific_people .list ul li p {
    padding: 0 0 0 0.2rem;
    position: relative;
}

.scientific_people .list ul li p:before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #226bff;
    position: absolute;
    left: 0;
    top: 0.12rem;
}

.bg_team {
    background: url(../images/bg_team.jpg);
    background-size: cover;
}

.talented_main {}

.talented_main p {
    text-align: center;
    width: 85%;
    margin: -0.3rem auto 0;
    font-size: 0.22rem;
}

.talented_main ul {
    margin: 0.8rem auto 0;
    display: flex;
    width: 80%;
    justify-content: center;
    text-align: center;
    border-radius: 0.16rem;
    border: 1px solid rgb(187 176 176 / 50%);
}

.talented_main ul li {
    flex: 1;
    border-right: 1px solid rgb(187 176 176 / 50%);
    padding: 0.3rem 0;
}

.talented_main ul li .item {}

.talented_main ul li .item .number {
    font-size: 0.5rem;
    font-weight: bold;
    color: #1a66ff;
}

.talented_main ul li .item span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    display: block;
}

.talented_main ul li:last-child {
    border: 0;
}
.scientific_platform {}

.scientific_platform ul {
    display: flex;
}

.scientific_platform ul li {
    height: calc(100vh - 1rem);
    position: relative;
    background-size: cover;
    background-position: center center;
    flex: 1;
    transition: all 0.3s;
}

.scientific_platform ul li.on {
    flex: 2;
}

.scientific_platform ul li .item {}

.scientific_platform ul li .item .text {
    position: absolute;
    left: 10%;
    top: 1rem;
}

.scientific_platform ul li .item .text .ti {
    margin: 0 0 0.8rem 0;
}

.scientific_platform ul li .item .text .ti span {
    display: block;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    font-family: din;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.scientific_platform ul li .item .text .ti h3 {
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
}

.scientific_dividion {
    display: flex;
    gap: 1.6rem;
}

.scientific_dividion .p {}

.scientific_dividion .p p {
    font-size: 0.22rem;
    line-height: 0.4rem;
}

.scientific_dividion .right {
    flex: 1;
    position: relative;
}

.scientific_dividion .right .imgj {
    border-radius: 0.16rem;
}

.scientific_dividion .right .imgj img {
    width: 100%;
}

.scientific_dividion .right .moreimg {
    /* position: absolute; */
    /* right: 50%; */
    width: 50%;
    /* border-radius: 0.16rem; */
    transform: translate(-50%, -50%);
}

.scientific_dividion .right .moreimg img {
    width: 100%;
    position: relative;
    border-radius: 0.16rem;
}

.scientific_dividion .right .moreimg:before {
    content: "";
    display: block;
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    left: 0.1rem;
    bottom: 0.1rem;
    background: #37f;
    border-radius: 0.16rem;
}

.scientific_school {
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.38rem;
}

.scientific_school p {}

.scientific_school .images {
    display: flex;
    gap: 0.32rem;
    margin: 0.4rem 0 0;
}

.scientific_school .images .imgj {
    border-radius: 0.16rem;
}

.scientific_school .images .imgj img {
    width: 100%;
}

.scientific_equipmain {
    overflow: hidden;
    /* position: relative; */
    padding: 0 0 0.5rem;
}

.scientific_equipmain ul {}

.scientific_equipmain ul li {
    padding: 0.15rem;
}

.scientific_equipmain ul li .imgj {
    width: 100%;
    border-radius: 0.16rem;
    display: block;
}

.scientific_equipmain ul li .text {
    font-size: 0.22rem;
    text-align: center;
    margin: 0.15rem 0 0.3rem;
}

.scientific_equipmain ul li .text h3 {
    font-weight: bold;
}

.scientific_equip {
    position: relative;
}

.scientific_equip:after {
    content: "";
    display: block;
    width: 30%;
    padding: 100% 0 0;
    background: url(../images/equip.png) top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}
.scientific_equipmain .swiper-container {
    margin: -0.15rem;
}
.bg_stand {
    background: url(../images/bg_stand.jpg);
    background-size: cover;
}

.tandard_box .swiper-product ul li .item .imgj {
    border-radius: 0.16rem;
    background: #fff;
    padding: 0;
    /* box-shadow: 0 0 0.2rem rgba(0,0,0,0.1); */
}

.tandard_box .swiper-product ul li .item .imgj img {
    width: 100%;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    bottom: 0;
}

.tandard_box {
    position: relative;
}

.scientific_tandard {}

.scientific_tandard .main {font-size: 0.22rem;line-height: 0.38rem;text-align: center;width: 80%;margin: -0.3rem  auto 0.8rem;}

.scientific_tandard .main p {}
.scientific_dividion .left {
    flex: 1.2;
}

.scientific_results {}

.scientific_results p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    margin: -0.3rem auto 0.8rem;
}

.research_con {
    position: relative;
}

.research_con .left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    display: flex;
    align-items: center;
}

.research_con .left ul {}

.research_con .left ul li {
    color: #999;
    margin: 0.5rem 0;
}

.research_con .left ul li .mun {}

.research_con .left ul li .mun em {
    font-size: 0.8rem;
    display: block;
    font-family: cursive;
    font-weight: bold;
    letter-spacing: -0.08rem;
}

.research_con .left ul li .mun span {
    font-size: 0.18rem;
}

.research_con .left ul li .mun i {
    display: block;
    height: 0.04rem;
    background: #999;
    margin: 0.2rem 0;
}
.research_con .left ul li.on {
    color: #1a66ff;
}

.research_con .left ul li.on .mun {}

.research_con .left ul li.on .mun em {}

.research_con .left ul li.on .mun span {}

.research_con .left ul li.on .mun i {}

.research_con .right {
    margin: 0 0 0 2rem;
}

.result_list {
    display: none;
    align-items: center;
}

.result_list .science_results {
    flex: 2.5;
    padding: 0.5rem 0;
}

.result_list .science_results 
 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.result_list.zicon.active {
    display: flex;
    gap: 0.5rem;
}
.result_list .science_results .swiper-wrapper {}

.result_list .science_results .swiper-slide {
    transform: scale(0.8);
    opacity: 0.8;
    transition: all 0.3s;
}

.result_infor {
}

.result_infor .imgj {
    border-radius: 0.16rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

.result_infor .imgj img {
    width: 100%;
}

.result_list .result_ti {
    flex: 1;
    position: relative;
    padding: 0.8rem 0;
}

.result_list .result_ti .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.result_list .result_ti .swiper-slide-active {}

.result_list .result_ti .swiper-slide p {
    margin: .0;
    text-align: center;
    line-height: 0.6rem;
    color: #666;
    flex: 1;
}

.result_list .result_ti .swiper {}

.result_list .result_ti .swiper .swiper-wrapper {
    height: 2.4rem;
}
.results_but {}

.results_but .swiper-button-next {
    top: auto;
    right: auto;
    transform: translate(-50%, 0)  rotate(90deg);
    left: 50%;
    bottom: 0;
}

.results_but .swiper-button-prev {
    left: 50%;
    transform: translate(-50%, 0)  rotate(-90deg);
    top: 0;
    margin: 0;
}

.result_list .science_results  .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.result_list .result_ti .swiper-slide-thumb-active p {
    background: #1a66ff;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.result_list .result_ti .swiper-slide-thumb-active p {
    color: #fff;
}

.research_con .left ul li.on i {
    background: #1a66ff;
}

.neipartners_list {}

.neipartners_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.neipartners_list ul li {
    padding: 0.15rem;
    width: 25%;
}

.neipartners_list ul li .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.16rem;
    height: 1.2rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.neipartners_list ul li .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.newscen_big {
    overflow: hidden;
    position: relative;
}

.newscen_big ul {}

.newscen_big ul li {}

.newscen_big ul li .item {
    display: flex;
    border-radius: 0.16rem;
}

.newscen_big ul li .item .left {
    width: 50%;
}

.newscen_big ul li .item .left .imgj {
    height: 100%;
    display: flex;
}

.newscen_big ul li .item .left .imgj img {}

.newscen_big ul li .item .text {
    width: 50%;
    background: #fff;
    padding: 0.5rem 0.5rem 1.1rem;
    box-sizing: border-box;
}

.newscen_big ul li .item .text span {
    display: block;
    font-size: 0.2rem;
    color: #666;
}

.newscen_big ul li .item .text h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem 0;
}

.newscen_big ul li .item .text p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.news_but {
    position: absolute;
    left: 50%;
    right: .0;
    bottom: 0;
    background: #1a66ff;
    z-index: 99;
    height: 0.6rem;
    color: #fff;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.news_but .swiper-button-next,.news_but .swiper-button-prev {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.12rem;
    box-shadow: none;
    position: sticky;
    left: auto;
    right: auto;
    top: auto;
    /* background: #fff; */
    /* transform: none; */
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    z-index: 99;
}
.news_but .swiper-button-next {
    transform: rotate(0deg);
}

.news_but .swiper-button-prev {
    transform: rotate(180deg);
}
.news_but .swiper-pagination {
    bottom: auto;
}
.newscen_list {}

.newscen_list ul {}

.newscen_list ul li {
    border-bottom: 1px solid #ddd;
}

.newscen_list ul li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    gap: 0.5rem;
}

.newscen_list ul li .item .text {
    flex: 3;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.newscen_list ul li .item .text .time {
    flex: 1;
    color: #333;
}

.newscen_list ul li .item .text .time em {
    font-size: 0.34rem;
    font-weight: bold;
    display: block;
}

.newscen_list ul li .item .text .time span {
    display: block;
}

.newscen_list ul li .item .text .zi {
    flex: 5;
}

.newscen_list ul li .item .text .zi h3 {
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.newscen_list ul li .item .text .zi p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.imgj {}

.newscen_list ul li .item .imgj {
    flex: 1;
    border-radius: 0.16rem;
}

.newscen_list ul li .item .imgj img {}
.newscen_main {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.newscen_main .left {
    flex: 3;
}

.newscen_main .left .ti {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ddd;
}

.newscen_main .left .ti span {
    font-size: 0.2rem;
    color: #1a66ff;
}

.newscen_main .left .ti h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.1rem 0 0;
}

.newscen_main .left .main {
    padding: 0.3rem 0;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.32rem;
}

.newscen_main .left .main p {}

.newscen_main .right {
    flex: 1;
    background: #fff;
    border-radius: 0.1rem;
}

.newscen_main .right .ti {
    text-align: center;
    line-height: 0.6rem;
    background: #1a66ff;
    border-radius: 0.1rem;
}

.newscen_main .right .ti h3 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #fff;
}

.newscen_main .right ul {
    padding: 0 0.3rem;
}

.newscen_main .right ul li {
    border-bottom: 1px solid #ddd;
    padding: 0.2rem 0;
}

.newscen_main .right ul li .item {}

.newscen_main .right ul li .item span {
    display: block;
    font-size: 0.18rem;
    color: #666;
    margin: 0 0 0.1rem;
}

.newscen_main .right ul li .item h4 {
    font-size: 0.2rem;
    font-weight: bold;
}
.jobs_list {}

.jobs_list ul {}

.jobs_list ul li {
    background: #fff;
    border-radius: 0.16rem;
    margin: 0 0 0.3rem;
}

.jobs_list ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem;
}

.jobs_list ul li .top .left {}

.jobs_list ul li .top .left h3 {
    font-size: 0.28rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.jobs_list ul li .top .left span {
    display: block;
    font-size: 0.18rem;
    color: #666;
}

.jobs_list ul li .top .right {
    color: #065da0;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.jobs_list ul li .top .right span {}

.jobs_list ul li .top .right i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    transition: all 0.3s;
    background-size: 0.08rem;
    transform: rotate(-90deg);
}

.jobs_list ul li.on .top .right i {
    transform: rotate(90deg);
}

.jobs_list ul li .main {
    height: 0;
    overflow: hidden;
    padding: 0 0.3rem;
    transition: all 0.3s;
    color: #ddd;
}

.jobs_list ul li .main .p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
}

.jobs_list ul li .main .p p {}

.jobs_list ul li .main .p em {
    color: #065da0;
    display: block;
    margin: 0.2rem 0 0;
}

.jobs_list ul li.on .main {
    padding: 0.3rem;
    height: auto;
    border-top: 1px solid #ddd;
}




.contact_us {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.8rem;
}

.contact_us .left {
    width: 45%;
}

.contact_us .left .main {
    margin: -0.3rem 0 0;
}

.contact_us .left .main .one {
    margin: 0.15rem 0 0;
}

.contact_us .left .main .one span {
    color: #999;
    display: block;
}

.contact_us .left .main .one p {
    font-size: 0.22rem;
    font-weight: bold;
}

.contact_us .right {
    width: 50%;
}

.contact_us .right .form_list {
}

.contact_us .right .form_list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: -0.1rem;
}

.contact_us .right .form_list ul li {
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 0.06rem;
    padding: 0.1rem;
}

.contact_us .right .form_list ul li input {
    display: block;
    line-height: 0.5rem;
    width: 100%;
    border-radius: 0.06rem;
    padding: 0.1rem 0.2rem;
    background: #fff;
}

.contact_us .right .form_list ul li textarea {
    display: block;
    height: 2rem;
    width: 100%;
    padding: 0.1rem 0.2rem;
    border-radius: 0.04rem;
    background: #fff;
}

.contact_us .right .form_list ul li button {
    background: none;
    color: #fff;
    font-size: 0.22rem;
    /* width: 1rem; */
}

.contact_us .right .form_list ul li:nth-child(1), .contact_us .right .form_list ul li:nth-child(2), .contact_us .right .form_list ul li:nth-child(3), .contact_us .right .form_list ul li:nth-child(4), .contact_us .right .form_list ul li:nth-child(5), .contact_us .right .form_list ul li:nth-child(6) {
    width: 50%;
}

.contact_us .right .form_list ul li:last-child {
    border: 0;
    background: #137439;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    width: 2rem;
    margin: 0.1rem;
}
.contact_usbox {}

.contact_usbox .right .form_list ul li:nth-child(1),.contact_usbox .right .form_list ul li:nth-child(2) {
    width: 50%;
}

.contact_usbox .right .form_list ul li:nth-child(3) {
    width: 100% !important;
}

.contact_usbox .right .form_list ul li input, .contact_usbox .right .form_list ul li textarea {
    background: #fafafa;
}
.message_box {
    width: 50%;
}

.message_box ul {
    display: flex;
    flex-flow: wrap;
    font-size: 0.18rem;
    margin: -0.15rem;
}

.message_box ul li {
    width: 50%;
    padding: 0.15rem;
}

.message_box ul li .item {}

.message_box ul li .item input {
    width: 100%;
    padding: 0.2rem 0.2rem;
    border-radius: 0.1rem;
}

.message_box ul li .item textarea {
    width: 100%;
    height: 2rem;
    padding: 0.2rem;
    border-radius: 0.1rem;
}

.message_box button {
    font-size: 0.22rem;
    display: block;
    margin: 0.2rem 0 0;
    line-height: 0.2rem;
    background: #bf1622;
    border-radius: 0.1rem;
    color: #fff;
    padding: 0.2rem 0.8rem;
}

.message_box ul li:nth-child(3) {
    width: 100%;
}

.contact_us .left .text {}

.contact_us .left .text h3 {
    font-size: 0.3rem;
}

.contact_us .left .text p {
    line-height: 0.34rem;
}

.contact_us .left .ewm {
    margin: 0.3rem 0 0;
}

.contact_us .left .ewm span {
    display: block;
    width: 1rem;
    text-align: center;
    margin: 0 0 0.1rem;
}

.contact_us .left .ewm img {
    width: 1rem;
}

.map_box {}

.map_box img {
    width: 100%;
}

.job_list {}

.job_list .toop {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    background: #f2f2f2;
    padding: 0.2rem;
}

.job_list .toop span {
    flex: 1;
}

.job_list ul {}

.job_list ul li {}

.job_list ul li .item {}

.job_list ul li .item .top {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    padding: 0.2rem;
    background: #fff;
}

.job_list ul li .item .top span {
    flex: 1;
}

.job_list ul li .item .main {
    padding: 0.2rem;
    display: flex;
    flex-flow: wrap;
    border: 0.02rem solid #fff;
    padding: 0 0.5rem;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
}

.job_list ul li .item .main .one {
    width: 50%;
    margin: 0 0 0.4rem;
}

.job_list ul li .item .main .one h3 {
    font-size: 0.22rem;
    margin: 0 0 0.1rem;
}

.job_list ul li .item .main .one .zi {}

.job_list ul li .item .main .one .zi p {}

.job_list ul li:nth-child(2n) .item .top {
    background: #f2f2f2;
}

.job_list ul li.on {}

.job_list ul li.on .top {
    background: #bf1622 !important;
    color: #fff;
}

.job_list ul li.on .main {
    border: 0.02rem solid #bf1622;
    padding: 0.5rem;
    height: auto;
}
.contact_map {}

.contact_map img {
    width: 100%;
}

.about_main {
    display: flex;
    justify-content: space-between;
}

.about_main .left {
    width: 45%;
}

.about_main .left .p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    text-align: justify;
}

.about_main .right {
    width: 50%;
    font-size: 0.18rem;
    line-height: 0.34rem;
    /* padding: 0 0 0 0.8rem; */
    box-sizing: border-box;
}

.about_main .right ul {
    flex-wrap: wrap;
}

.about_main .right ul li {
    width: 50%;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
}

.nabout_us {}

.nabout_us .imgj {}

.nabout_us .imgj img {
    width: 100%;
}

.bg_cutr {
    background: url(../images/bg_cutr.jpg) right center;
    background-size: cover;
}

.nabout_culture {}

.nabout_culture ul {
    display: flex;
    flex-flow: wrap;
    gap: 0.2rem;
}

.nabout_culture ul li {
    color: #fff;
    transition: all 0.3s;
    font-size: 0.26rem;
    background: #c8c8c8;
    padding: 0.4rem;
    min-width: 35%;
}
.nabout_culture ul li .irem {}

.nabout_culture ul li .irem .icon {
    margin: 0 0 0.8rem;
}

.nabout_culture ul li .irem .icon img {
    display: block;
    width: 0.48rem;
    margin: 0 0 0.3rem 0;
}

.nabout_culture ul li .irem .icon span {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
}

.nabout_culture ul li .irem .main {
    font-size: 0.22rem;
}

.nabout_culture ul li.on {
    flex: 3;
    background: rgb(26 102 255 / 0.8);
    color: #fff;
}
.bg_honnorbg {
    background: url(../images/honnorbg.png) bottom center no-repeat #fafafa;
    background-size: 100%;
    padding: 0.9rem 0 1.5rem;
}
.nei_honnor {}

.nei_honnor ul {}

.nei_honnor ul li {
    width: 33.33%;
    padding: 0 0.1rem;
}

.nei_honnor ul li .item {}

.nei_honnor ul li .item .imgj {}

.nei_honnor ul li .item img {
    width: 100%;
}

.nei_honnor .swiper-honnor {
    margin: 0 -0.1rem;
    overflow: hidden;
}
.honnor_button .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.7rem;
}

.bg_culture {
    background: url(../images/bg_culture.jpg) bottom;
    background-size: cover;
}

.nei_culture {
    padding: 2.2rem 0;
    position: relative;
}

.nei_culture .culture {
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
}

.nei_culture .culture ul {
    display: flex;
    flex-flow: wrap;
}

.nei_culture .culture ul li {
    width: 50%;
    padding: 0.25rem 0;
}

.nei_culture .culture ul li span {
    color: #666;
}

.nei_culture .culture ul li p {
    font-size: 0.3rem;
    color: #0090d6;
    font-weight: bold;
}

.dis_auto {
    display: block;
}

.dis_auto {}

.dis_auto .aboutmain {}

.index_aboutbox .about_number {
    flex: 1;
}

.index_aboutbox .about_number ul li {
    flex: 1;
}

.index_aboutbox .aboutmain {
    width: 50%;
    padding: 0 0.5rem  0 0;
    text-align: justify;
}

.index_aboutbox .aboutmain p.text1 br {
    display: none;
}
.nei_aboutmain {
    display: block;
}

.nei_aboutmain .aboutmain {width: 100%;}

.nei_aboutmain  .about_number {
    width: 100%;
    margin: 0.3rem 0;
}
.bg_zzjg {
    background: url(../images/bg_zzjg.png);
    background-size: cover;
}

.bg_e9edf0 {
    background: #e9edf0;
}

.bg_good {
    background: url(../images/bg_good.jpg);
    background-size: cover;
}

.bg_food {
    background: url(../images/bg_good.jpg);
    background-size: cover;
}



/**yihaozhineng**/
.nav_part  .top_top {
    z-index: 8;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.top_top .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
    color: #666;
    font-size: 0.14rem;
    line-height: 0.4rem;
}

.top_top .left {}

.top_top .left span {}

.top_top .right {
    padding: 0 0 0 0.2rem;
    background: url(../images/telx.png) left center no-repeat;
    background-size: 0.15rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.top_top .right span {
    padding: 0 0 0 0.25rem;
    background-position: left center;
    background-size: 0.15rem;
    background-repeat: no-repeat;
}
.top_top .right .tel {}

.top_top .right .tel span {
    background-image: url(../images/tel.png);
}

.top_top .right .ewmbox {
    position: relative;
}

.top_top .right .ewmbox span {
    background-image: url(../images/ew.png);
}

.top_top .right .ewmbox .ewm {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}

.top_top .right .ewmbox .ewm img {
    height: 0rem;
    /* transition: all 0.3s; */
}
.top_top .right .ewmbox:hover .ewm {
    opacity: 1;
    top: 0.3rem;
    transition: all 0.3s;
}

.top_top .right .ewmbox:hover .ewm img {
    height: 1rem;
}
.more_two {
    width: 1.8rem;
    line-height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #149e53;
    color: #fff;
    overflow: hidden;
    border-radius: 50px;
}
.more_three {
    /* border: 1px solid; */
}
.more_two p {
    height: 0.55rem;
    width: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #065da0; */
    /* border-radius: 0 0.1rem 0.1rem 0; */
    margin: 0 !important;
}

.more_two:hover {
    background: #117d43;
    color: #fff;
}

.more_two span {
    padding: 0 0 0 0.2rem;
    font-size: 0.18rem;
    flex: 1;
}

.more_two img {
    width: 0.1rem;
    /* background: #ddd; */
}

.more_two:hover img {
    /* margin: 0 0 0 0.15rem; */
}
.more_one {
    border-radius: 50px;
    color: #333;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.more_one span {
    font-size: 0.16rem;
    font-weight: normal !important;
    display: block;
    /* width: 1rem; */
    color: #333;
}

.more_one i {
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bf1622;
    transition: all 0.3s;
}
.more_one img {
    width: 0.1rem;
    transform: scale(1) !important;
    /* transition: all 0.3s; */
    /* transform: scale(1) !important; */
}

.more_one:hover i {
    margin: 0 0 0 0.15rem;
}

.prowiper_button {
    position: relative;
    display: flex;
    align-items: center;
    width: 1.3rem;
}



.index_news ul .news_item a .text .lm {
    color: #666;
}

.index_news ul .news_item a .text .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}
.index_news {
    overflow: hidden;
    position: relative;
    margin: 0 -0.2rem;
    /* padding: 0 0 0.5rem; */
}

.bg_news {
    background: url(../images/bg_news.png) bottom center no-repeat;
    background-size: cover;
}

.index_news {}

.index_news ul {
    display: flex;
}

.index_news ul .news_item {
    width: 25%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.index_news ul .news_item a {
    padding: 0 0 0.2rem;
    display: block;
}

.index_news ul .news_item a .imgj {
    /* width: 30%; */
}

.index_news ul .news_item a .imgj img {}

.index_news ul .news_item a .text {
    /* background: #fff; */
    padding: 0.2rem 0.0rem 0.3rem;
    position: relative;
}

.index_news ul .news_item a .text span {
    display: block;
    font-size: 0.16rem;
    color: #bf1622;
}

.index_news ul .news_item a .text span h3 {}

.index_news ul .news_item a .text span p {}
.index_news ul .news_item a .text .more_one {
    position: absolute;
    bottom: 0;
}
.swiper-pagination-bullet {}

.news_pagination .swiper-pagination {
    bottom: 0;
    /* left: 50%; */
}

.news_pagination .swiper-pagination-bullet {
    background: #065da0;
}

.index_news ul .news_item a .text h3 {font-size: 0.2rem;margin: 0.1rem 0 0.1rem;}

.index_news ul .news_item a .text p {
    color: #666;
    margin: 0 0 0.1rem;
}

.nei_news {}

.nei_news ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.4rem 0;
}

.nei_news ul li.news_item.img {
    position: relative !important;
    width: 25%;
    height: auto;
    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #ddd;
}

.nei_news ul li.news_item.img a {
    /* display: flex; */
    /* gap: 0.5rem; */
}
.contact_usbox {
    display: flex;
}

.contact_usbox .contact_fs {
    width: 50%;
}

.contact_usbox .contact_fs ul {
    margin: -0.3rem 0 0;
}

.contact_usbox .contact_fs ul li {}

.contact_usbox .contact_fs ul li .item {
    margin: 0 0 0.3rem 0;
    padding: 0 0 0 0.3rem;
    background-size: 0.24rem;
    background-position: left 2px;
    background-repeat: no-repeat;
}

.contact_usbox .contact_fs ul li .item1 {
    background-image: url(../images/tel.png);
}

.contact_usbox .contact_fs ul li .item2 {
    background-image: url(../images/ema.png);
}

.contact_usbox .contact_fs ul li .item3 {
    background-image: url(../images/add.png);
}

.contact_usbox .contact_fs ul li .item span {
    font-size: 0.18rem;
    color: #999;
}

.contact_usbox .contact_fs ul li .item p {}

.contact_usbox .contact_fs ul li .item p.tex1 {
    font-size: 0.28rem;
}

.contact_usbox .contact_fs ul li .item p.tex2 {
    font-size: 0.22rem;
}


.foot_top {padding: 0.5rem 0;}

.foot_top .left {
    flex: 3;
}

.foot_top .left img {
    width: 2.08rem;
}

.foot_top .left span {
    font-size: 0.26rem;
}

.foot_top .left span em {
    color: #da271f;
}

.foot_top .right {
    flex: 1;
    text-align: right;
}
.foot_top .right a{
    color: #fff;
}
.foot_top .right p {
    padding: 0 0 0 0.3rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.2rem;
}

.foot_top .right p.tel {
    background-image: url(../images/ctel.png);
}

.foot_top .right p.add {
    background-image: url(../images/cadd.png);
}

.foot_top .wal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
    padding: 0.5rem 0 0;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
}

.bg_honnorbg .indextibox {
    display: block;
}

.bg_honnorbg .indextibox span {
    left: 50%;
    transform: translateX(-50%);
}
.honnor_all .swiper-honnor {
    padding: 0.3rem 0;
}
.honnor_all ul li.swiper-slide {
    transform: scale(0.7);
    transition: all 0.3s;
}
.honnor_all ul li.swiper-slide-active {
    transform: scale(1.2);
}
.about_zzjg {}

.about_zzjg img {
    width: 100%;
}

.color_fff {
    color: #fff !important;
}

.about_cutrl {
    text-align: justify;
    width: 50%;
    height: 4rem;
    overflow-y: scroll;
    padding: 0 0.2rem 0 0;
}
.about_cutrl::-webkit-scrollbar {
	height:0.08rem;
	background:#696969;
    width:0.03rem
  }
.about_cutrl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #065da0;
  }
.about_cutrl .text {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.about_cutrl p em {font-size: 0.2rem;font-weight: bold;display: block;margin: 0.2rem 0 0;}

.about_gszl {}

.about_gszl ul {
    display: flex;
    margin: -0.15rem;
    flex-flow: wrap;
}

.about_gszl ul li {
    width: 25%;
    padding: 0 0.15rem;
}

.about_gszl ul li .item {
    border-radius: 0.2rem;
    background: #fff;
}

.about_gszl ul li .item .imgj {
    border-radius: 0.2rem;
}

.about_gszl ul li .item .imgj img {}

.about_gszl ul li .item .text {
    background: #fff;
    padding: 0.4rem 0.2rem;
}

.about_gszl ul li .item .text h4 {
    font-size: 0.3rem;
    margin: 0 0 0.1rem;
}

.about_gszl ul li .item .text h4 p {}

.about_gszl ul li .item .text p {
    font-size: 0.2rem;
    color: #666;
}

.about_gszl ul li:nth-child(1),.about_gszl ul li:nth-child(3) {
    margin: 0.5rem 0 0;
}
.about_honnor {
    margin: 0 -0.15rem;
    overflow: hidden;
}

.about_honnor ul {margin: 0 0 0.5rem;}

.about_honnor ul li {
    width: 25%;
    padding: 0 0.15rem;
}
.about_honnor ul li img {
    width: 100%;
}
.about_goods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.about_goods .left {
    width: 20%;
}

.about_goods .left ul {
    /* padding: 0 0 0 0.3rem; */
    /* border-left: 2px solid rgba(255 255 255/0.5); */
}

.about_goods .left ul li {
    padding: 0 0 0 0.3rem;
    border-left: 2px solid rgba(255 255 255 / 0.5);
}

.about_goods .left ul li.on {
    padding: 0 0 0 0.3rem;
    border-left: 2px solid rgb(6 93 160);
}

.about_goods .left ul li .zi {}

.about_goods .left ul li .zi h4 {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.46rem;
}

.about_goods .left ul li.on .zi h4 {}

.about_goods .left ul li.on .zi {}

.about_goods .about_goodstext {
    width: 50%;
    overflow: hidden;
    padding: 0.7rem 0 0;
    background: url(../images/yin.png) top left no-repeat;
    background-size: 0.57rem;
}

.about_goods .about_goodstext .goods_text {}

.about_goods .about_goodstext .goods_text p {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.34rem;
}
.nei_newslist {}

.nei_newslist ul {
    display: flex;
    flex-flow: wrap;
}

.nei_newslist ul li {width: 33.33%;}

.page_wherebox {
    padding: 0.4rem 0;
    margin: 1rem 0 0;
}

.page_wherebox .page_where {
    display: flex;
    font-size: 0.18rem;
    /* align-items: center; */
    padding: 0 0 0 0.3rem;
    background: url(../images/home.png) left 1px no-repeat;
    background-size: 0.2rem;
}

.page_wherebox .page_where a {}

.page_wherebox .page_where i {
    display: block;
    width: 0.3rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.08rem;
    transform: rotate(180deg);
}

.page_wherebox .page_where p {
    flex: 1;
}


.all_page_con {}

.all_page_con .ti {
    text-align: center;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.all_page_con .ti h3 {
    font-size: 0.48rem;
}

.all_page_con .ti p {
    color: #666;
    margin: 0.2rem 0 0;
}

.all_page_con .main_con {}

.all_page_con .main_con .main {
    padding: 0.5rem 0;
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.all_page_con .main_con .main p {}


.pre_nex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.18rem;
}

.product_fen {
    display: flex;
    gap: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    margin: 0 0 0.6rem 0;
}

.product_fen h4 {
    font-weight: bold;
    /* flex: 1; */
}

.product_fen ul {
    display: flex;
    gap: 0.1rem;
    flex-flow: wrap;
    flex: 1;
}

.product_fen ul li {
    font-size: 0.18rem;
    padding: 0 0.2rem;
}

.product_fen ul li a {
}

.product_fen ul li.on {
    background: #065da0;
    border-radius: 50px;
}

.product_fen ul li.on a {
    color: #fff;
}

.nei_product {}

.nei_product ul {
    display: flex;
    flex-flow: wrap;
}

.nei_product ul li {
    width: 33.33%;
}


.product_infor .text .main .well p:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #065da0;
}


.service_one {
    display: flex;
    gap: 0.8rem;
    margin: -0.2rem 0 0 0;
}

.service_one .text {
    flex: 1;
}

.service_one .text .ti {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
}

.service_one .text .well {
    font-size: 0.2rem;
    line-height: 0.45rem;
    margin: 0.2rem 0 0;
}

.service_one .text .well p {
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.service_one .text .well p:before {
    content: "";
    display: block;
    width: 0.07rem;
    height: 0.07rem;
    border: 0.03rem solid #065da0;
    border-radius: 50%;
}

.service_one .imgj {
    flex: 1;
}

.service_one .imgj img {
    width: 100%;
}

.bg_ser {
    background: url(../images/bg_ser.jpg);
    background-size: cover;
}
.indextibox .index_ti p.px {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #999;
    margin: 0.2rem 0 0;
}

.ser_suppotbox {}

.ser_suppotbox p {
    font-size: 0.2rem;
    margin: 0 0 0.1rem;
}

.ser_suppotbox .ser_suppot {
    display: flex;
    gap: 0.5rem;
}

.ser_suppotbox .ser_suppot .onebox {
    flex: 1;
}

.ser_suppotbox .ser_suppot .onebox ul {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.ser_suppotbox .ser_suppot .onebox ul li {
    display: flex;
    line-height: 0.3rem;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid #ddd;
    font-size: 0.16rem;
}

.ser_suppotbox .ser_suppot .onebox ul li span {
    flex: 1;
}

.ser_suppotbox .ser_suppot .onebox ul li:nth-child(1) span {}

.ser_suppotbox .ser_suppot .onebox ul li:nth-child(1) {
    background: #065da0;
    font-size: 0.2rem;
    color: #fff;
}
.product_main {
    display: flex;
}

.product_main .left {
    width: 60%;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

.product_main .left .text {
    height: 40vh;
    background: #137439;
    color: #fff;
    padding: 0.5rem;
}

.product_main .left .text h3 {
    font-size: 0.4rem;
}

.product_main .left .text p {
    font-size: 0.2rem;
}

.product_main .left .imgj {
    padding: 0.2rem;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.product_main .left .imgj img {
    /* height: 100%; */
    width: 100%;
}

.product_main .right {
    width: 40%;
    padding: 0.5rem 0.5rem 0;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.pro_images .smollimgbox .swiper-slide-thumb-active .imgj {
    border: 1px solid #bf1622;
}

.pro_images .mySwiper_big .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_images .mySwiper_big .swiper-slide img {
    max-width: 80%;
    max-height: 80%;
}

.product_main .right h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #666;
    margin: 0 0 0.2rem;
}

.product_main .right ul {
    height: 6.6rem;
    overflow-y: scroll;
}

.product_main .right ul li {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.product_main .right ul li em {
    display: block;
    font-size: 0.26rem;
    margin: 0 0 0.1rem;
}

.product_main .right ul li span {
    display: block;
    color: #666;
}
.product_main .left .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.5rem;
}

.product_main .left .title h3 {
    font-size: 0.4rem;
}

.product_main .left .title a {}

.pro_images {
    position: relative;
    padding: 0 0 0 1.4rem;
}

.pro_images .smollimgbox {position: absolute;left: 0;top: 50%;/* bottom: 0; */width: 1.4rem;height: 4.6rem;padding: 0.7rem 0;transform: translate(0, -50%);}

.pro_images .smollimgbox .swiper-button-prev {
    right: auto;
    top: 0;
    transform: rotate(-90deg) translate(0px, -50%);
    left: 50%;
    margin: 0;
}

.pro_images .smollimgbox .swiper-button-next {
    right: auto;
    bottom: 0;
    transform: rotate(90deg) translate(0px, 50%);
    left: 50%;
    top: auto;
}

.pro_images .smollimgbox .swiper-slide {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
}

.pro_images .smollimgbox .swiper-slide-active {}

.pro_images .smollimgbox .swiper-slide img {
    max-width: 100%;
}

.pro_images .mySwiper_big {
}
.swiper-pagination {
    display: none;
}
.product_infor {}

.product_infor ul {
    height: 80vh;
    overflow-y: scroll;
    padding: 0 0.5rem;
    }
.product_main .right ul::-webkit-scrollbar {
	height:0.08rem;
	background:#fafafa;
    width:0.03rem
  }
.product_main .right ul::-webkit-scrollbar-thumb {
	border-radius: 0.03rem;
	box-shadow   : inset 0 0 1px rgba(0, 0, 0, 0.2);
	background   : #bf1622;
  }
.product_infor ul li {
    display: flex;
    gap: 1rem;
    padding: 0.4rem  0;
    border-bottom: 1px solid #ddd;
}

.product_infor ul li .ti {
    line-height: 0.34rem;
}

.product_infor ul li .ti em {
    font-size: 0.22rem;
}

.product_infor ul li .infor {
    flex: 1;
    font-size: 0.18rem;
    color: #666;
}

.product_infor ul li .infor p {}
.file_down {}

.file_down ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.file_down ul li {
    width: 50%;
    padding: 0.15rem;
}

.file_down ul li .item {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    border: 1px solid #ddd;
}

.file_down ul li .item .left {
    display: flex;
    gap: 0.2rem;
    font-size: 0.18rem;
}

.file_down ul li .item img {
    width: 0.27rem;
}

.file_down ul li .item .left h4 {}

.file_down ul li .item .right {}

.file_down ul li .item .right img {}

.file_down ul li .item:hover {
    border: 1px solid #065da0;
}
.nei_about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.nei_about .index_aboutbox {
    width: 50%;
    gap: 0;
    display: block;
}

.nei_about .index_aboutbox .aboutmain {
    width: 100%;
}

.bg_nabout {
    background: url(../images/bg_nabout.jpg) left bottom;
    background-size: cover;
}
.about_ad {}

.about_ad img {
    width: 100%;
}

.nei_videolist {}

.nei_videolist .play_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    opacity: 0;
}

.nei_videolist .play_box img {
    width: 0.8rem;
}

.nei_videolist ul li:hover .play_box {
    opacity: 1;
}

.page_main {
    display: flex;
    gap: 0.4rem;
    align-items: flex-start;
}

.page_main .left_main {
    flex: 1;
    /* background: #fff; */
    /* padding: 0.5rem; */
}

.page_main .left_main .ti {
    text-align: center;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.3rem;
}

.page_main .left_main .ti h3 {
        font-size: 0.2rem;
    font-weight: bold;
}

.page_main .left_main .ti p {}

.page_main .left_main .main {
    font-size: 0.16rem;
    line-height: 0.32rem;
}

.page_main .left_main .main p {}

.page_main .right_list {
    width: 4rem;
}

.page_main .right_list .tit {
    margin: 0 0 0.2rem;
}

.page_main .right_list .tit h3 {
    font-size: 0.24rem;
}

.page_main .right_list ul {}

.page_main .right_list ul li {
    background: #fff;
    margin: 0 0 0.2rem;
}

.page_main .right_list ul li .item {}

.page_main .right_list ul li .item .imgj {}

.page_main .right_list ul li .item .imgj img {}

.page_main .right_list ul li .item .text {
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_main .right_list ul li .item .text h3 {
    /* font-size: 0.26rem; */
}

.page_main .right_list ul li .item .text span {
    display: block;
    padding: 0  0.2rem 0;
    color: #bf1622;
    background: url(../images/hjt.png) right center no-repeat;
    background-size: 0.1rem;
    display: none;
}
.applica_base {
    background: #e3e9ed;
    padding: 2rem 0 1rem;
}

.applica_base .title {
    margin: 0 0 0.1rem 0;
}

.applica_base .title h3 {
    font-size: 0.38rem;
    color: #be2d31;
    font-family: 'pingfang_b';
    font-weight: bold;
}

.applica_base .where_box {
    padding: 0 0 0 0.3rem;
    line-height: 0.3rem;
    background: url(../images/home.png) left center no-repeat;
    background-size: 0.2rem;
}

.applica_base .where_box p {}

.applica_base .where_box p a {}

.applica_base .where_box p i {
    margin: 0 0.1rem;
}

.app_download {
    padding: 0.4rem 0 0;
    border-top: 1px solid #ddd;
}

.app_download .title {
    margin: 0 0 0.3rem;
}

.app_download .title h3 {
    font-size: 0.3rem;
    font-weight: bold;
}

.app_download .down_list {}

.app_download .down_list ul {
    padding: 0.4rem;
}

.app_download .down_list ul li {
    line-height: 0.5rem;
    padding: 0.1rem;
    border-bottom: 1px solid #ddd;
}

.app_download .down_list ul .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.18rem;
}

.app_download .down_list ul .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
}
.app_download .down_list ul .item .rit {
    display: flex;
    gap: 0.3rem;
    color: #666;
    font-size: 0.16rem;
}
.app_download .down_list ul .item i {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/downz.png) center center no-repeat;
    background-size: 0.2rem;
}
.app_download .down_list ul li:hover {
    background: #fff;
}
.company_infor {
    /* display: flex; */
    /* gap: 0.5rem; */
    margin: 0 0 0.5rem;
}

.company_infor .informtion {
    flex: 1;
    margin: 0 0 0.5rem;
}

.company_infor .informtion .main {}

.company_infor .informtion .main p {}

.company_infor .imgj {
    flex: 1;
    border-radius: 0.1rem;
    overflow: hidden;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.company_infor .imgj img {
    width: 100%;
}

.logo_number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_number .logo {}

.logo_number .logo img {
    width: 2.5rem;
}

.logo_number .number_box {
    flex: 1;
}
.logo_number .number_box ul {
    margin: 0;
}
.logo_number .number_box li .numCX {
    color: #bf1622;
}

.numU {}

.logo_number .number_box li  .unitC {
    color: #bf1622;
}

.bg_curtr {
    background: url(../images/bg_curtr.png) center;
    background-size: cover;
    background-attachment: fixed;
}

.cutral_list {}

.cutral_list ul {
    display: flex;
    gap: 0.4rem;
}

.cutral_list ul li {
    background: rgba(255,255,255,0.5);
    padding: 0.4rem;
}

.cutral_list ul li .item {}

.cutral_list ul li .item .imgj {
    margin: 0 0 0.8rem;
}

.cutral_list ul li .item .imgj img {
    width: 0.58rem;
}

.cutral_list ul li .item .text {}

.cutral_list ul li .item .text h4 {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.cutral_list ul li .item .text p {}

.bg_history {
    background: url(../images/bg_history.png);
    background-size: cover;
    background-attachment: fixed;
}

.history_list {
    position: relative;
    padding: 1rem 0;
}
.history_list:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #fff;
    height: 1px;
}
.history_list .swiper-button-prev {
    left: 25%;
    margin: 0;
    transform: rotate(180deg) translateY(50%);
}

.history_list .swiper-button-next {
    right: 25%;
    margin: 0;
    transform: translateY(-50%);
}
.history_list ul {
    align-items: center;
}

.history_list ul li {
    width: 33.33%;
}

.history_list ul li .item {
    color: #fff;
}

.history_list ul li .item .nomal {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    justify-content: center;
}

.history_list ul li .item .nomal i {
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    background: #fff;
}

.history_list ul li .item .nomal span {
    font-size: 0.26rem;
}

.history_list ul li .item .curone {
    display: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.history_list ul li .item .curone em {
    display: block;
    font-size: 0.5rem;
    font-weight: bold;
    height: 1rem;
}

.history_list ul li .item .curone .i {
    margin: 0.5rem auto;
    border: 1px solid #fff;
    width: 0.14rem;
    height: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_list ul li .item .curone .i i {
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    background: #fff;
}

.history_list ul li .item .curone .main {
    height: 1rem;
}

.history_list ul li .item .curone .main p {}

.history_list ul li.swiper-slide-active {
    /* width: 41.33%; */
}

.history_list ul li.swiper-slide-active .item {}

.history_list ul li.swiper-slide-active .item .nomal {
    display: none;
}

.history_list ul li.swiper-slide-active .item .curone {
    display: block;
}

.buju_list {}

.buju_list ul {
    display: flex;
    gap: 0.4rem;
}

.buju_list ul li {flex: 1;position: relative;}

.buju_list ul li .item {height: 3.5rem;background-size: cover;background-position: center;}

.buju_list ul li .item .text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    padding: 0.4rem 0.4rem 0;
}

.buju_list ul li .item .text h4 {
    font-size: 0.24rem;
    margin: 0 0 0.1rem;
}

.buju_list ul li .item .text p {
    font-size: 0.16rem;
}

.bg_e5eaed {
    background: #e5eaed;
}

.honnor_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.5rem 0;
}
.honnor_title .nei_ti{margin:0}
.honnor_title .honnor_but {
    position: relative;
    width: 1.2rem;
}

.honnor_title .honnor_but .swiper-button-prev {}

.honnor_title .honnor_but .swiper-button-next {}

.honnor_list {
    overflow: hidden;
    margin: -0.2rem;
}

.honnor_list ul {}

.honnor_list ul li {
    width: 20%;
    padding: 0.2rem;
}

.honnor_list ul li .item {
    /* background: #fff; */
}

.honnor_list ul li .item .imgj {
    padding: 0 0 0.2rem;
}

.honnor_list ul li .item .imgj img {
    width: 100%;
}

.honnor_list ul li .item .text {
    text-align: center;
    padding: 0 0.2rem  0.2rem;
}

.honnor_list ul li .item .text h4 {}


.service_main {
    display: flex;
    background: #fff;
    gap: 0.4rem;
    padding: 0 0.4rem;
}

.service_main .left {
    flex: 1;
}

.service_main .left .one {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ddd;
}

.service_main .left .one h3 {
    font-size: 0.22rem;
    color: #bf1622;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.service_main .left .one p {
    color: #666;
}

.service_main .imgj {
    flex: 1;
    padding: 0.4rem 0;
}

.service_main .imgj img {
    width: 100%;
}

.service_main .left .one:last-child {
    border: 0;
}
.fanwei_list img{width:100%}

.fanwei_list ul li .item {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.fanwei_list ul li .item i {
    width: 0.1rem;
    height: 0.1rem;
    display: block;
    border-radius: 50%;
    background: #bf1622;
}

.fanwei_list ul li .item h4 {
    flex: 1;
}

.fanwei_list {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.fanwei_list li {
    position: absolute;
}
.fanwei_list li:nth-child(1){left: 13%;top: 38%;}
.fanwei_list li:nth-child(2){left: 28%;top: 75%;}
.fanwei_list li:nth-child(3){left: 35%;top: 69%;}
.fanwei_list li:nth-child(4){left: 49%;top: 34%;}
.fanwei_list li:nth-child(5){left: 51%;top: 21%;}
.fanwei_list li:nth-child(6){left: 57%;top: 41%;}
.fanwei_list li:nth-child(7){top: 51%;left: 59%;}
.fanwei_list li:nth-child(8){left: 73%;top: 25%;}
.fanwei_list li:nth-child(9){left: 73%;top: 52%;}
.fanwei_list li:nth-child(10){left: 2.8rem;top: 4.5rem;}
.fanwei_list li:nth-child(11){left: 2.8rem;top: 4.5rem;}
.fanwei_list li:nth-child(12){left: 2.8rem;top: 4.5rem;}

.download_list {}

.download_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.download_list ul li {
    width: 50%;
    padding: 0.1rem;
}

.download_list ul li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 0.18rem;
}

.download_list ul li .item .text {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.download_list ul li .item .text img {}

.download_list ul li .item .text h3 {
    font-weight: bold;
}
.download_list ul li .item:hover .text h3{ color: #c7323d;}
.download_list ul li .item .text span {
    color: #666;
}

.download_list ul li .item a {
    display: block;
    padding: 0 0 0 0.25rem;
    background: url(../images/down.png) left center no-repeat;
    background-size: 0.2rem;
    color: #666;
}
.download_list ul li .item a:hover {
    color: #c7323d;
}
.contact_text {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.contact_text .text {
    width: 60%;
}

.con_ti {
    font-size: 0.46rem;
    margin: 0 0 0.3rem;
}

.contact_text .text .con_fs {}

.contact_text .text .con_fs ul {
    display: flex;
    flex-flow: wrap;
}

.contact_text .text .con_fs ul li {
    width: 50%;
    padding: 0.2rem 0;
}

.contact_text .text .con_fs ul li .ti {}

.contact_text .text .con_fs ul li .ti span {
    display: block;
    padding: 0 0 0 0.3rem;
    background-size: 0.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0.18rem;
    color: #666;
}

.contact_text .text .con_fs ul li .ti span.tel {
    background-image: url(../images/tell.png);
}

.contact_text .text .con_fs ul li .ti span.ema {
    background-image: url(../images/ema.png);
}

.contact_text .text .con_fs ul li .ti span.add {
    background-image: url(../images/add.png);
}

.contact_text .text .con_fs ul li .ti p {
    font-size: 0.18rem;
    color: #333;
    padding: 0 0 0 0.3rem;
}

.contact_text .text .con_fs ul li .ti em {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    color: #149e54;
    padding: 0 0 0 0.3rem;
}

.contact_text .map {
    width: 60%;
}

.contact_text .map img {
    width: 100%;
}


span.add {}

.contact_text .text .con_fs ul li:nth-child(1),.contact_text .text .con_fs ul li:nth-child(4) {
    width: 100%;
}

.con_bg {
    background: url(../images/con_bg.jpg) right center no-repeat;
    background-size: cover;
}

.contact_us .right .form_list ul li:nth-child(3) {
    width: 100%;
}


.product_con_title .contact_us {
    background: #be2d31;
    text-align: center;
    display: block;
    line-height: 0.6rem;
    color: #fff;
    opacity: 1;
    border-radius: 0.1rem;
    margin: 0.3rem 00 0;
}

.product_con_title .contact_us a {
    color: #fff;
}
.addproduct_main {
    padding: 2rem 0 1rem;
    position: relative;
}

.addproduct_main .product_base {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1rem;
    gap: 0.5rem;
}

.addproduct_main .product_base .base_text {
    /* flex: 1; */
    width: 3rem;
}

.addproduct_main h3.proti {
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0 0 0.8rem;
    /* width: 300%; */
    /* font-family: 'pingfang_b'; */
}

.product_con_title {
    position: sticky;
    top: 1.3rem;
    z-index: 10;
    width: 2.5rem;
    background: #fff;
    padding: 0.3rem;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 35px 0px rgba(2,34,110,.12);
}

.product_con_title ul {}

.product_con_title ul li {
    font-size: 0.22rem;
    line-height: 0.6rem;
    position: relative;
    padding: 0;
    transition: all 0.3s;
    opacity: 0.6;
}

.product_con_title ul li.on {
    padding: 0 0 0 0.2rem;
    font-weight: bold;
    opacity: 1;
}

.addproduct_main .product_base .imgj {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* height: 5rem; */
}

.addproduct_main .product_base .imgj img {
    max-width: 100%;
    max-height: 100%;
}

.product_con_title ul li:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    display: block;
    border-radius: 50%;
    background: #be2d31;
    position: absolute;
    left: 0;
    top: 0.25rem;
    opacity: 0;
    transition: all 0.3s;
}

.product_con_title ul li.on:before {
    opacity: 1;
}
.qxbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-x: hidden;
}
.qxbg:before {
    position: absolute;
    content: "";
    top: -30%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 170%;
    height: 100%;
    transform: translate(-50%, 0) rotate(-15deg);
    background: -webkit-linear-gradient(0deg, rgb(231, 234, 242) 1%, rgb(241, 244, 249) 100%);
}
.product_informain {
    flex: 1;
}
.product_content {
    /* padding: 0 0 0 3rem; */
}
.product_informain .prduc_base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -0.7rem 0 0 0;
}

.product_informain .prduc_base .text {
    flex: 1;
    line-height: 0.4rem;
    /* margin: 0 0 0.7rem; */
    font-size: 0.22rem;
}

.product_informain .prduc_base .imgj {}
.product_content .one_part {
    margin: 0.5rem 0 0;
    position: relative;
}

.product_content .one_part .title {
    font-size: 0.34rem;
    line-height: 0.6rem;
    border-top: 1px solid #ddd;
    position: relative;
    padding: 0.2rem 0;
}

.product_content .one_part .title h3 {
    font-weight: bold;
}

.product_content .one_part .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.04rem;
    background: #be2d31;
    display: block;
    width: 2rem;
}

.product_content .one_part .main {
    line-height: 0.3rem;
}
.product_list_one {}

.product_list_one ul {}

.product_list_one ul li {
    margin: 0 0 0.5rem;
}

.product_list_one ul li .item {
    display: flex;
    background: #fff;
}

.product_list_one ul li .item .imgj {
    order: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list_one ul li .item .imgj img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
}

.product_list_one ul li .item .text {
    order: 2;
    flex: 1;
    padding: 0.4rem;
}

.product_list_one ul li .item .text h3 {
    font-size: 0.34rem;
    margin: 0 0 0.2rem;
}

.product_list_one ul li .item .text p {
    display: block;
    color: #666;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.5rem;
}

.product_list_one ul li:nth-child(2n) .item .imgj {
    order: 2;
}

.product_list_one ul li:nth-child(2n) .item .text {
    order: 1;
}

.product_list_one ul li .item .text i {
    display: block;
    width: 1rem;
    height: 0.03rem;
    background: #da261e;
    margin: 0.2rem 0;
}

.more_one:hover span {
    color: #da261e;
}
.product_content .one_part .main table.form_table .firstRow  tr td {
    background: #deebf7 !important;
}

.product_content .one_part .main table.form_table {
    width: 100%;
    text-align: center;
}

.product_content .one_part .main table.form_table .firstRow {
    font-size: 0.22rem;
    font-weight: bold;
}

.product_content .one_part .main table.form_table .firstRow td {
    background: #deebf7 !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    padding: 0.12rem 0 !important;
}

.product_content .one_part .main table.form_table .firstRow td p,.product_content .one_part .main table .firstRow td span {
    /* color: #333 !important; */
}

td {}

.product_content .one_part .main table.form_table  tr {
    font-size: 0.2rem;
    line-height: 0.34rem;
}

.product_content .one_part .main table.form_table  tr td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0.07rem 0;
}

.product_content .one_part .main table.form_table tr td.lab {font-weight: bold;background: #eff4f9;}
.md_nav_box {
    /* opacity: 0; */
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* z-index: 999; */
}

.md_nav_box .md_nav_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
    padding: 0 0.2rem;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    transition: all 0.3s;
    /* backdrop-filter: saturate(180%) blur(21px); */
}

.md_nav_box .md_nav_top .mo_logo {}

.md_nav_box .md_nav_top .mo_logo img {
    height: 0.6rem;
}

.md_nav_box .md_nav_top .menu_box {
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.4rem;
}

.md_nav_box .md_nav_top i {
    display: block;
    width: 0.34rem;
    height: 0.02rem;
    background: #333;
    margin: 0.1rem 0;
    transition: all 0.3s;
}

.md_nav_box .md_nav_top i.i1 {}

.md_nav_box .md_nav_top i.i2 {}

.md_nav_box .md_nav_top i.i3 {}

.mobile__pullDown {
    background: #fafafa;
    position: fixed;
    left: 0;
    right: 0;
    top: 0.9rem;
    z-index: 999;
    bottom: 0;
    overflow: scroll;
    display: none;
}

.mobile_mune1 {
    /* padding: 0 0.2rem; */
    /* background: #fff; */
}

.mobile_mune1 .title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    line-height: 0.4rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    padding: .2rem 0.2rem;
    color: #262626;
    background: #fff;
}

.mobile_mune1 .title1 span {}

.mobile_mune1 .title1 i.more_i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.mobile_mune1.on {}

.mobile_mune1.on .title1 {}

.mobile_mune1.on .title1 span {}

.mobile_mune1.on .title1  i.more_i {}

.mobile_mune2 {
    background: #fafafa;
    display: none;
    padding: 0.16rem 0 0;
}

.mobile_mune2 .mune2_one {
    margin: 0 0 0.16rem 0;
}

.mobile_mune2 .mune2_one .title2 {
    background: #fff;
    margin: 0 0.2rem;
    padding: 0.2rem;
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #262626;
}

.mobile_mune2 .mune2_one .title2 span {}

.mobile_mune2 .mune2_one .title2 i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.mobile_mune2 .mune2_one .title2 i.g {
    transform: rotate(0deg);
}

.mobile_mune3 {
    display: none;
    background: #fff;
    margin: 0 0.2rem;
}

.mobile_mune3 ul {
    display: flex;
    flex-flow: wrap;
    padding: 0 0.1rem;
}

.mobile_mune3 ul li {
    width: 33.33%;
    padding: 0.1rem 0.1rem;
}

.mobile_mune3 ul li .item {
    display: block;
    text-align: center;
}

.mobile_mune3 ul li .item .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    height: 1rem;
    border-radius: 0.05rem;
    margin: 0 0 0.05rem;
}

.mobile_mune3 ul li .item .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.mobile_mune3 ul li .item p {}

.menu3_btn {
    text-align: center;
}

.menu3_btn .see_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    line-height: 0.5rem;
    background: #fafafa;
    padding: 0 0.3rem;
    border-radius: 50px;
    margin: 0.1rem  auto 0.2rem;
}

.menu3_btn .see_more span {
    color: #666;
}

.menu3_btn .see_more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.md_nav_box  .md_nav_top.show {
    background: #fff;
}

.mobile_mune2 .mune2_one .title2.on {}

.mobile_mune2 .mune2_one .title2.on i {
    transform: rotate(-90deg);
}

.mobile_mune1 .title1.on {
    border: 0;
    border-radius: 0 0 0.1rem 0.1rem;
}

.mobile_mune1.has .title1.on i.more_i {
    transform: rotate(-90deg);
}

.mobile_mune2 .mune2_one .title2.on i.g {
    transform: rotate(0deg);
}
.mobile_mune1.has .title1 i.more_i {
    transform: rotate(90deg);
}

.md_nav_box .md_nav_top .menu_box.kai {}

.md_nav_box .md_nav_top .menu_box.kai i.i1 {
    transform: rotate(45deg) translate(0.05rem, 0.09rem);
}

.md_nav_box .md_nav_top .menu_box.kai i.i2 {
    opacity: 0;
}

.md_nav_box .md_nav_top .menu_box.kai i.i3 {
    transform: rotate(-45deg) translate(0.06rem, -0.14rem);
}

@media (min-width: 1px) and (max-width: 800px) {
  .wap_show {
    display: block;
}

.web_show {
    display: none;
}
.wal {
    width: 90%;
    padding: 0;
}
.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #fafafa;
    top: 0.9rem;
    bottom: 0;
    width: 100%;
    transform: translate(100%, 0px);
    transition: all 0.3s ease;
    overflow: scroll;
    z-index: 999;
    height: 100vh;
    display: block;
}

.nav_part .wal {
    height: 0.9rem;
    padding: 0;
}

.phone_menu {
    display: block;
}

.top_nav.show {
    transform: translate(0px, 0px);
}
.top_nav .nav_main ul li:hover .one_level:after{display:none}
.top_nav .nav_main .link_a {
    display: none;
}

.top_nav .nav_main ul {
    display: block;
}

.top_nav .nav_main ul li .one_level {
    justify-content: space-between;
    margin: 0 0.3rem;
    color: #262626;
    /* line-height: 0.8rem; */
    /* height: 0.8rem; */
    border-bottom: 1px solid #e2e2e2;
    font-size: 0.26rem;
    display: block;
    padding: 0.2rem 0;
}

.top_nav .nav_main ul li {/* border-bottom: 1px solid #ddd; */}
.two_nav_list {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 .4rem;
    background: none;
    background: none;
}

.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.24rem;
    /* color: #fff; */
    line-height: 0.8rem;
    width: 100%;
    text-align: left;
    padding: 0 0.2rem;
}

.writh_nav {
    position: fixed;
}

.index_banner {
    height: auto;
    margin: 0.9rem 0 0;
}

.index_banner ul li {
    height: auto;
    display: flex;
}

.index_banner .item .zi {
    width: 80%;
}

.index_banner .item .zi h3 {
    font-size: 0.26rem;
    line-height: initial;
}

.index_banner .item .zi p {
    font-size: 0.18rem;
    line-height: normal;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_banner .item .zi .link_a a {
    width: 1rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
}

.index_banner .item .imgj img {
    width: 100%;
}
.nav_logo img {
    /* width: 80%; */
}

.nav_part.fixd .phone_menu .icon_bar,.nav_part:hover .phone_menu .icon_bar {
    background: #c01925;
}

.top_nav .nav_main ul li .one_level:after {
    /* width: 0.3rem; */
    /* height: 0.6rem; */
    /* background: url(../images/hjt.png) center no-repeat; */
    /* background-size: 0.1rem; */
    /* left: auto; */
    /* right: 0; */
    top: 0;
}
.top_nav .nav_main ul li.has.on {}

.top_nav .nav_main ul li.on .one_level:after {
    display: block;
    width: 0.3rem;
    left: auto;
    right: 0;
    transform: rotate(90deg);
}
.top_nav .nav_main ul li .one_level a {
    color: #262626;
}
.index_part {
    padding: 0.5rem 0;
}

.indextibox .index_ti h3 {
    font-size: 0.36rem;
    /* font-weight: bold; */
}.top_nav .nav_main ul li:last-child {
    /* display: none; */
}

.top_nav .nav_main ul li .one_level .zi {
    display: flex;
    justify-content: space-between;
}

.top_nav .nav_main ul li .one_level .zi i.irow {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.15rem;
    position: inherit;
    transform: rotate(90deg);
}
.top_nav .nav_main ul li.has .on i.irow {
    transform: rotate(-90deg);
}
.top_nav .nav_main {
    display: block;
}

.footcon .foot_main ul li {
    /* display: none; */
}

.footcon .foot_main ul li:last-child {
    /* display: block; */
}

.footcon .foot_main {
    padding: 0.5rem 0 0;
}

.footcon .foot_main .select {
    position: initial;
    margin: 0.3rem 0 0;
    width: 60%;
}

.foot_buttom {
    margin: 0.5rem 0 0;
}

.foot_buttom .wal {
    display: block;
}
.video_mm {
    width: 90% !important;
}
.top_nav .nav_main ul li.has.on .wapnavlist {
    height: auto;
    display: block !important;
    background: none;
}

.top_nav .nav_main ul li:hover .two_nav_list {
    height: auto;
    display: none;
    padding: 0 0.4rem;
    box-shadow: none;
    width: 100%;
    transform: translateX(0%);
}
.bg_about {
    /* background: url(../images/wapbg_about.jpg) bottom center no-repeat; */
    /* background-size: 100%; */
}
.break_nav {
    margin: 0;
}

.neibanner {
    height: 4rem;
}

.neibanner img {
    width: auto;
}

.neibanner_item .banner_buttom {
    bottom: 0;
}
.top_top .left {
    display: none;
}

.indextibox {
    /* display: block; */
}

.index_sulotion {
    display: block;
}

.sulotion_changebox ul {
    display: flex;
    display: flex;
}

.sulotion_changebox ul li a {
    display: block;
    text-align: center;
}

.sulotion_changebox ul li {
    flex: 1;
    padding: .0;
}

.sulotion_changebox ul li a .imgj img {
    margin: 0 auto;
}

.sulotion_changebox .more_two {
    display: none;
}

.index_sulomain {
    display: block;
}

.index_sulomain .text_box {
    padding: 0.5rem 0;
}

.all_changebox ul li {
    margin: 0;
    flex: 1;
}

ul {}

.foot_top .wal {
    /* display: block; */
    /* border: 0; */
    /* padding: 0.5rem 0 0; */
}

.foot_top .left {
    display: block;
}

.foot_top .left img {
    display: block;
    /* margin: 0 0 00.2rem; */
}

.foot_top .right {
    display: none;
}

.foot_top .right p {
    margin: 0.3rem 0;
}

.footcon .foot_main .wal {
    padding: 0 0 0rem;
    display: block;
}

.footcon .foot_main .right {
    padding: 0.5rem 0 0;
}
.index_news ul .news_item {
    width: 100%;
    padding: 0.2rem 0 !important;
}
.swiper-cases ul li {
    width: 80%;
}

.swiper-cases ul li .item {
    margin: 0 0.2rem;
}

.index_product .zicon_con {
    position: relative;
}

.cases_button .swiper-button-prev {
    left: 4%;
}

.cases_button .swiper-button-next {
    right: 4%;
}

.index_product ul li {
    width: 100%;
}
.index_product ul li .item .text {
    margin: 0 0 0.5rem 0;
}
.index_aboutbox .aboutmain {
    width: 100%;
    margin: -0.2rem 0 0.5rem;
    padding: 0;
}


.index_aboutbox .about_img {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.about_img .imgj {}

.about_img .imgj img {
    height: 100%;
}

.about_img .videobox {
    position: absolute;
    right: 85%;
    bottom: 1rem;
}

.about_img .videobox .videolist {
    background: #0090d6;
    width: 2rem;
    height: 2rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    font-size: 0.2rem;
}

.about_img .videobox .videolist img.videoed {
    width: 0.5rem;
    display: block;
    margin: 0 auto 0.3rem;
}

.about_img .videobox .videolist span {}

.index_about .main {
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin: 0 0 0.5rem;
}

.about_more {
    margin: 0.5rem 0 0 0;
}

.about_more ul {
    display: flex;
    gap: 0.5rem;
}

.about_more ul li {}

.about_more ul li .item {}

.about_more ul li .item .imgj {}

.about_more ul li .item .imgj img {
    display: block;
    width: 0.4rem;
    margin: 0 auto 0.2rem;
}

.about_more ul li .item .imgj img.huiimg {
    display: block;
}

.about_more ul li .item .imgj img.caiimg {
    display: none;
}

.about_more ul li .item span {
    font-size: 0.18rem;
    display: block;
    text-align: center;
}

.about_more ul li .item:hover .imgj img.caiimg {
    display: block;
}

.about_more ul li .item:hover .imgj img.huiimg {
    display: none;
}
.index_news .left {
    width: 53%;
    overflow: hidden;
    position: relative;
}

.index_news .allnews_list {
    width: 43%;
}

.index_news ul .news_item a .text .date {
    background: #0090d6;
    color: #fff;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 0.2rem;
    font-size: 0.16rem;
}

.index_news ul .news_item a .text .date em {
    font-size: 0.24rem;
}

.index_news .allnews_list ul {}

.index_news .allnews_list ul li {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.index_news .allnews_list ul li a {}

.index_news .allnews_list ul li a .text {
    display: flex;
    align-items: center;
    height: 0.8rem;
}

.index_news .allnews_list ul li a .text .date {
    color: #0090d6;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 0.2rem;
    font-size: 0.16rem;
}

.index_news .allnews_list ul li a .text .date em {
    font-size: 0.24rem;
}

.index_news .allnews_list ul li a .text .date span {
    display: block;
    font-size: 0.16rem;
}

.index_news .allnews_list ul li a .text h3 {
    font-size: 0.22rem;
    flex: 1;
    padding: 0 0.2rem;
}


.index_aboutbox {
    display: block;
}

.index_aboutbox .about_number {
    width: 100%;
}

.aboutmain p.text1 {
    font-size: 0.3rem;
}

.indextibox .text {
    display: none;
}

.index_solution ul li .text {
    position: initial;
    background: #4f5b6b;
    width: 100%;
    padding: 0.5rem;
}

.contact_usbox {
    display: block;
}

.contact_usbox .contact_fs {
    width: 100%;
}
.jobs_list ul li .top .right {
    display: none;
}
.about_cutrl {
    width: 100%;
}

.bg_cutr {
    background-position: left;
}

.about_gszl ul li {
    width: 50%;
    margin: 0.1rem 0;
}

.about_gszl ul li:nth-child(1), .about_gszl ul li:nth-child(3) {
    margin: 0.1rem 0;
}

.about_honnor ul li {
    width: 50%;
}

.about_goods {
    display: block;
    padding: 0;
}

.about_goods .left {
    width: 100%;
}

.about_goods .left ul {
    display: flex;
    width: 210%;
    overflow-x: scroll;
}

.good_changes {
    overflow-x: scroll;
}

.about_goods .left ul li.on {
    border-bottom: 2px solid rgb(6 93 160);
    border-left: 0;
    padding: 0 0.2rem;
}

.about_goods .left ul li {
    border-left: 0;
    border-bottom: 2px solid rgba(255 255 255 / 0.5);
    padding: 0 0.2rem;
}

.about_goods .about_goodstext {
    width: 100%;
    margin: 0.5rem 0 0;
}
.neitwoleve_nav ul li {
    /* padding: 0; */
}

.neitwoleve_nav {
    overflow-x: scroll;
}
.ser_suppotbox .ser_suppot {
    display: block;
}

.ser_suppotbox .ser_suppot .onebox {
    margin: 0 0 0.3rem 0;
}
.contact_us .right .form_list ul li:nth-child(1), .contact_us .right .form_list ul li:nth-child(2), .contact_us .right .form_list ul li:nth-child(3), .contact_us .right .form_list ul li:nth-child(4), .contact_us .right .form_list ul li:nth-child(5), .contact_us .right .form_list ul li:nth-child(6) {
    /* width: 50%; */
}
.service_one {
    display: block;
}

.service_one .text {
    margin: 0 0 0.3rem;
}
.nei_banner {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nei_banner img {
    width: auto;
    height: 100%;
}
.product_infor {
    display: block;
}

.product_infor .imgj {
    margin: 0 0 0.3rem 0;
}
.neitwoleve_nav ul {
    width: 200%;
}
.nav_part .top_top {
    display: none;
}

.index_cases ul li {
    width: 50%;
}

.index_news ul li:nth-child(2), .index_news ul li:nth-child(3) {
    position: relative;
    width: 100%;
    padding: 0;
}

.index_news ul {
    /* display: block; */
}

.index_news ul .news_item a {
    /* display: flex; */
    /* gap: 0.2rem; */
}

.index_news ul .news_item a .text {
    /* padding: 0 0.2rem 00rem 0!important; */
    /* width: 60%; */
}

.index_news ul .news_item a .imgj {
    /* width: 40%; */
}

.index_news ul .news_item a .text p {
    display: none;
}

.index_news ul .news_item a .text .more_one {
    /* display: none; */
}
.index_aboutbox .about_img img {
    width: 100%;
    height: auto;
}	
.contact_text {
    display: block;
}

.contact_text .text {
    width: 100%;
}

.contact_text .map {
    width: 100%;
}

.contact_us .right {
    width: 100%;
}
.nei_about {
    display: block;
}

.nei_about .index_aboutbox {
    width: 100%;
}
.product_main {
    display: block;
}

.product_main .left {
    width: 100%;
    padding: 0.5rem 0;
}

.product_main .left .text {
    height: auto;
}

.product_main .right {
    width: 100%;
    border: 0;
    height: auto;
    padding: 0;
}

.product_infor ul {
    height: auto;
    overflow: hidden;
}

.product_infor ul li {
    display: block;
}

.index_application ul {
    display: block;
}

.index_application ul li .item .text1 {
    display: none;
}

.index_application ul li .item .text2 {
    display: block;
    opacity: 1 !important;
    padding: 0 0 0 0.5rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    left: 0;
}

.index_application ul li {/* height: 7rem; */background-position: center;}
.index_about .text {
    width: 100%;
}

.numCount ul {
    flex-flow: wrap;
}

.numCount li {
    width: 50%;
    margin: 0 0 0.2rem;
}

.partner_box ul li {
    width: 50%;
}

.partner_box ul {
    /* flex-flow: wrap; */
}
.footcon .foot_main .left ul {
    display: block;
}

.foot_top {
    display: none;
}

.footcon .foot_main .right .ewmbox {
    float: none;
}

.partner_box ul li {
    width: 50%;
}

.page_main {
    display: block;
}

.page_main .right_list {
    width: 100%;
    margin: 0.5rem 0 0;
}
.contact_us {
    display: block;
}

.contact_us .left {
    width: 100%;
}

.message_box {
    width: 100%;
    margin: 0.5rem 0 0;
}
.nei_news ul li.news_item.img {
    width: 100%;
}

.nei_product .item {
    flex-direction: column;
}

.nei_product .item .imgj {
    order: 1;
}

.nei_product .item .text {
    order: 2;
}

.nei_product .item .goods {
    display: none;
}

.product_list ul li {
    width: 100%;
}
	.product_main .left .title a {
    display: none;
}

.pro_images .smollimgbox {
    display: none;
}

.pro_images {
    padding: 0;
}

.product_main .right ul {
    height: auto;
}
.swiper-pagination {
    display: block;
}
.pro_images .mySwiper_big {
    padding: 0 0 0.8rem;
}

.company_infor {
    display: block;
}

.company_infor .imgj {
    margin: 0.3rem 0 0;
}

.logo_number {
    display: block;
}

.logo_number .logo {
    display: none;
}

.cutral_list ul {
    display: block;
}

.history_list ul li {
    width: 100%;
}

.history_list .swiper-button-prev {
    left: 0;
}

.history_list .swiper-button-next {
    right: 0;
}

.buju_list ul {
    display: block;
}

.honnor_list ul li {
    width: 50%;
}
.service_main {
    display: block;
}

.fanwei_list {
    width: 100%;
}
.download_list ul {
    display: block;
}

.download_list ul li {
    width: 100%;
}

.index_product ul {
    flex-flow: nowrap;
}
.index_product ul li .item {
    display: block;
}

.index_product ul li .item .text h3 {
    text-align: center;
}

.index_product ul li .item .text .more_one {
    justify-content: center;
}

.application_title ul li {
    flex: auto;
    width: 45%;
}
.index_application ul li .item .text2 p {
    width: 100%;
}

.index_service ul li {
    width: 50%;
}

.product_con_title {
    display: none;
}
.product_informain .prduc_base {
    flex-flow: column;
}

.product_informain .prduc_base .text {
    order: 2;
}

.addproduct_main {
    padding: 1.5rem 0 0;
}
.addproduct_main .product_base {
    display: block;
}
.addproduct_main .product_base .imgj {
    justify-content: center;
    order: 1;
}
.nei_application ul li {
    width: 100%;
}

.addproduct_main .product_base .base_text {
    width: 100%;
}

.index_banner ul li img {
    width: 100%;
}
.product_list_base {
    flex-flow: column;
}
.top_nav .nav_main ul li .three_nav_list {
    display: none;
    width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 0.2rem;
}



	
}


